body {
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: none;
  scrollbar-width: none;
}   

body::-webkit-scrollbar{
  width: 0 !important;
  height: 0 !important;
}