html {
    scroll-behavior: smooth;
}

@media (max-width: 600px) {
    div.container {
        margin-top: 1vh;
        margin-bottom: 1vh;
    }
}
