body, html {
  scrollbar-width: none; 
  -ms-overflow-style: none;
  overflow-x: hidden; 
}

body::-webkit-scrollbar {
  display: none; 
}

