html,
body {
    scroll-snap-type: none;
    scroll-behavior: smooth
}

#mainContainer {
    height: auto;
    min-height: 100vh;
    overflow: visible
}

section {
    height: auto;
    overflow: visible;
    scroll-snap-align: none;
    scroll-snap-stop: normal
}