* {
  margin: 0;
  padding: 0;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}

body {
  height: 100vh;
}

canvas {
  image-rendering: pixelated;
}
