@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(42, 213, 62, 1) 0%, rgba(0, 202, 255, 1) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;



    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

.box_ground{
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 25px;
}


@media (max-width:380px) {
    h1.display-4{
        font-size: 40px;
    }
}
