html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 5rem;
}

::selection {
    background-color: #d62126;
    color: #fafafa;
}
