html, body {
    scrollbar-width: none;
    scroll-behavior: smooth;
}  
 
&::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}