html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}
* {
box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;  
}
li {
    list-style: none;
}
button {
    all: unset; 
    cursor: pointer;
}

