html {
    scroll-behavior: smooth;
}

/* Keeps anchored sections visible below the fixed navbar */
#top,
#leaderboards,
#heatmap,
#rules,
#config {
    scroll-margin-top: 88px;
}
