html{background: #231F20}
body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { flex-direction: column; align-items: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 180px; height: 180px; margin-left:auto;margin-right:auto; margin-bottom: 20px; background: url('unity-logo-dark.png') no-repeat center; background-size:  100%; }
#unity-progress-bar-empty { width: 240px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png?t=2') no-repeat center }
#unity-footer {display:none !important;}
#unity-progress-bar-full { width: 0%; height: 18px; background: url('progress-bar-full-dark.png?t=2') no-repeat center }
