html {
  height: 100%;
  scrollbar-width: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  height: 100%;
}

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

