html, body {
  margin: 0;
  padding: 0;
  background-color: #333; 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; 
  overflow: hidden; 
}

canvas {
  display: block; 
  touch-action: none;
}
