html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #0a0806;
  color: #e8e0cf;
  font-family: monospace;
  overflow: hidden;
}

#game-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#game-canvas {
  background: #150a2e;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  box-shadow: 0 0 4px #ff2fd0, 0 0 28px rgba(255, 47, 208, 0.35), 0 0 48px rgba(43, 232, 255, 0.15);
}
