html, body, #unity-container {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #101319;
}

#unity-canvas {
  width: 100%;
  height: 100%;
  display: block;
  background: #101319;
}

#unity-status {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  color: #d7dde8;
  font: 16px system-ui, sans-serif;
  pointer-events: none;
}

#unity-status[hidden] {
  display: none;
}
