html,
body,
section {}

/*html {
    scroll-snap-type: y mandatory;
}*/

section {
    /*scroll-snap-align: start;
    scroll-snap-stop: always;*/

    display: flex;
    align-items: center;
    justify-content: center;
}