*{
    padding: 0;
    margin: 0;
    font-family: League spartan;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: initial;
}