.snap {


}
.section {
  /*padding: 1rem;*/
  scroll-snap-align: start;
}
html{
 max-height: 100vh;
 overflow-y: scroll;
 scroll-snap-type: y mandatory;
}