main{
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    height: fit-content;
}

.bento {
    width: 90vw;
    height: fit-content;
}