*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-family: 'Kanit', sans-serif;  
}

img{
    max-width: 100%;
    display: block;
}

html{
    scroll-behavior: smooth;
    font-size: 62.5%;
}

button{
    cursor: pointer;
}