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