* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
}

canvas {
  display: block;
  touch-action: none;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
