body {
  margin: 0;
  padding: 0;
  overflow: hidden; /* Prevents the bounce-back scroll on mobile */
  background-color: #ffffff;
  /* Prevents accidental zooming on mobile taps */
  touch-action: none; 
}

canvas {
  display: block;
}