html, body {
  margin: 0; padding: 0;
  background: #060712;
  width: 100%; height: 100%;
  overflow: hidden;
}
#wrap {
  width: 100vw; height: 100vh;
  display: flex; align-items: center; justify-content: center;
}
#game {
  background: #000;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  box-shadow: 0 0 0 4px #11172a, 0 0 46px rgba(66, 92, 180, 0.35);
}
