body {
    font-family: "Kanit", sans-serif;
    /* background-image: linear-gradient(
        to right top,
        #87def2,
        #82d4f1,
        #81c9ee,
        #83bee9,
        #87b2e3
    ); */
    color: #3095dd;
}

.container {
    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

h1 {
    font-size: 80px;
}

h3 {
    font-size: 40px;
    color: #1f2f6b;
}

@media screen and (max-width: 600px) {
    img {
        width: 300px;
    }

    h1 {
        font-size: 60px;
    }

    h3 {
        font-size: 30px;
    }
}
