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

#wrap {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at 50% 40%, #14162a 0%, #0b0c14 70%);
}

#game {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  box-shadow: 0 0 60px rgba(115, 239, 247, 0.12), 0 0 120px rgba(59, 93, 201, 0.10);
  border-radius: 2px;
}
