html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

section {
  scroll-snap-align: start;
}
* {
    -webkit-overflow-scrolling: touch;
}
