
.scroller_section {
            position: absolute;
            height: 100vh;
            width: 100%;
            top: 0;
            left: 0;
            padding: 1rem;
        }
        .scroller_section:not(:first-child) {
            top: 100%;
        }