html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

*[id] {
    scroll-margin-top: 50px
} 

.anchor {
    scroll-margin-top: 50px;
}