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

html {
   height: 100%;
   max-width: 100vw;
   -webkit-overflow-scrolling: touch;
}