#worm {
  margin: 0;
}

#worm canvas {
  left: 0;
  position: fixed;
  top: 0;
  touch-action: manipulation;
}
