#game-screen {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 20;
}

#game-screen.active {
  display: block;
}

canvas {
  width: 100%;
  height: 100%;
  display: block;
  background: #0e0e14;
  will-change: transform;
}
