#shooting-canvas {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 8 / 5;
  display: block;
  margin: 16px auto 0;
  background: #020208;
  cursor: crosshair;
}
