body {
  margin: 0;
  overflow: hidden;
  background: #000;
}

canvas {
  width: 100vw;
  height: 100vh;
  display: block;
  touch-action: none;
}
