main{
    position: relative;
    display: flex;
    flex-direction: column;
    scroll-snap-type: y mandatory;
    z-index: 1;
}

section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
}

.bento {
    width: 70vw;
    height: 75vh;
}