html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: rgba(128, 128, 128, 0.068);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  width: 10px;
  background-color: rgba(128, 128, 128, 0.856);
  border-radius: 20px;
}
