
*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    padding-top: 100px;
}
html{
    font-size: 10px;
    font-family: "Urbanist", sans-serif;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}