body { padding: 0; margin: 0; overflow: hidden }
#unity-container { position: absolute; width: 100%; height: 100% }
#unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 622px; height: 429px; background: url('ClearAdvanceLogo.png') no-repeat center; background-size: contain }
#unity-progress-bar-empty {width: 100%;height: 28px;margin-top: 30px;border:4px solid black;no-repeat center;}
#unity-progress-bar-full {width: 0%;height: 32px;/* margin: auto; */margin-top: -2px;background: black;text-align: center;align-content: center;}
#unity-loading-text {width: 100%;margin: auto;text-align: center;align-content: center;margin-top: -25px; color: darkgreen;}
