body { padding: 0; margin: 0; background: #000; font-family: Verdana, sans-serif;  }
#unity-container { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100vw; height: 100svh }
#unity-canvas { width: 100%; height: 100%; background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#logo { width: 154px; height: 130px; background: url('logo-dark.png') no-repeat center; background-size: contain }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 50%; transform: translate(-50%); background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: absolute; bottom: 0px; width: 100% }
#unity-build-title { float: left; margin-left: 5px; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor: pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
body:fullscreen #unity-fullscreen-button { visibility: hidden; }
#loading-text { margin-top: 40px; text-align: center; color: #FFFFFF }
#loading-text { visibility: visible }
#progress-percent { visibility: visible }
