 html { overflow-x: hidden;}
 

 
 
  body *::-webkit-scrollbar {  background-color: transparent;  width: 0.7vw;}
   body *::-webkit-scrollbar-button, body *::-webkit-scrollbar-track, body *::-webkit-scrollbar-track-piece,  body *::-webkit-scrollbar-corner, body *::-webkit-resizer   { display: none;  }
    body *::-webkit-scrollbar-thumb  { border-radius:  0.3vw; }
   /* ::-webkit-scrollbar:hover > ::-webkit-scrollbar-thumb, */ body *::-webkit-scrollbar-thumb:hover  { border-radius:  0.3vw; background-color: rgba(255,255,255,0.7); }
  body { scrollbar-color: rgba(255,255,255,1) rgba(0,0,0,0);   scrollbar-width: thin; }
