#game-wrap {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: #0a0a0f;
}

#game-wrap canvas {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill;
  image-rendering: pixelated;
}

body.game-running > header,
body.game-running > main,
body.game-running > footer,
body.game-running > #bench-overlay {
  display: none !important;
}
