#canvas-container {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

canvas {
  width: 100%;
  height: auto;
  touch-action: none;
  display: block;
}
