body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  /* Prevents mobile browser interface from appearing/disappearing */
  width: 100%;
  height: 100%;
  touch-action: none;
  /* Prevents default touch actions on mobile */
}

canvas {
  display: block;
}