html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background: #1e1e1e;
  overscroll-behavior: none;
  touch-action: none;
}
canvas {
  display: block;
}