.maker-canvas {
  width: min(94vw, 480px);
  height: min(94vw, 480px);
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  border: 1px solid rgba(124, 236, 255, 0.42);
  background: rgba(2, 7, 16, 0.9);
  touch-action: none;
}
