html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #0d0a14;
}

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

#game {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  width: min(96vw, calc(96vh * 960 / 544));
  height: auto;
  background: #14101d;
  border: 4px solid #2a2138;
  border-radius: 6px;
  box-shadow: 0 0 60px rgba(255, 176, 66, 0.08);
}

#loading {
  position: absolute;
  color: #d8c9a8;
  font-family: "Courier New", monospace;
  font-size: 18px;
  letter-spacing: 2px;
  pointer-events: none;
}
