html{
     scroll-behavior: smooth;
     overflow: scroll;
}

body {
    scroll-snap-type: y mandatory;
}