html {
    scroll-behavior: smooth;
}

#main {
    height: auto;
    overflow-y: scroll;
}