/* .snap-container {
    height: 100vh;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    position: relative;
}

.rolling-section {
    scroll-snap-align: center;
} */