html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000; /* РјРѕР¶РЅРѕ Р·Р°РјРµРЅРёС‚СЊ РЅР° РЅСѓР¶РЅС‹Р№ С†РІРµС‚ */
}

#unity-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

#unity-canvas {
  width: 100% !important;
  height: 100% !important;
  background: #000; /* Р»РёР±Рѕ #231F20 РµСЃР»Рё С…РѕС‡РµС‚СЃСЏ Unity-СЃС‚РёР»СЊ */
  display: block;
}

/* РЈР±РёСЂР°РµРј РІСЃС‘, С‡С‚Рѕ СЃРІСЏР·Р°РЅРѕ СЃ Р»РѕРіРѕС‚РёРїР°РјРё Рё РїСЂРѕРіСЂРµСЃСЃРѕРј */
#unity-logo,
#unity-loading-bar,
#unity-progress-bar-empty,
#unity-progress-bar-full,
#unity-footer,
#unity-webgl-logo,
#unity-build-title,
#unity-fullscreen-button,
#unity-warning {
  display: none !important;
}