html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    outline: none;
    color: inherit;
}

:root{
    --head-height: 100px;
}

#root > div{
    width: 100%;
    justify-content: center;
    text-align: center;
}

#body{
    min-height: 100vh;
}