:root {
  color-scheme: dark;
}

html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #04060d;
}

canvas {
  display: block;
  image-rendering: pixelated;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

noscript {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  color: #9cc4f0;
  font: 14px/1.4 ui-monospace, monospace;
}
