body { padding: 0; margin: 0; background-color: #000000}
#unity-container { position: absolute; width: 100%; height: 100%; }
#unity-container.unity-desktop {position: fixed; width: 100%; height: 100% }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background-color: #231F20; background: url('background.jpg') center / cover }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 85%; transform: translate(-50%, -50%); display: none }
#unity-progress { color: white; text-align: center; font-family: sans-serif; font-weight: bolder; font-size: 1rem; }
#unity-progress-bar-empty { width: 512px; height: 4px; margin-top: 10px; margin-left: 6.5px; background-color: #434343;  /*  background: url('progress-bar-empty.png') no-repeat center */ }
#unity-progress-bar-full { width: 0%; height: 4px; margin-top: 10px; background: url('progress-bar-full.png') no-repeat center; background-color: #FBA323; background-blend-mode: multiply; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
