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

#unity-container {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
}

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

/* Hide any template UI if present */
#unity-loading-bar,
#unity-footer,
#unity-webgl-logo,
#unity-fullscreen-button,
#unity-build-title,
#unity-warning {
  display: none !important;
}
