body { padding: 0; margin: 0 }
#unity-container {position: absolute; align-items: center;display: flex; flex-direction: column;}
#unity-container.unity-desktop {left: 0%; top: 0%; width: 100%;height: 100%; }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas {background-image: url('introBG.jpg');background-size: 100% 100%;background-repeat: no-repeat;background-position: center;  width: 100%; height: 100%; display: block;}
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; width: 40%; height: 40%;left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items:center; align-content: center;justify-content: center; display: none;}
#unity-logo {
    width: 100%;
    height: 100%;
    
    background: url('Logo.png') no-repeat center;
    background-size: contain; /* Ensure logo scales to fit */ 
}
@font-face {
    font-family: 'MyCustomFont';
    src: url(Emulogic-zrEw.ttf) format('truetype');
  }
#unity-progress-bar-empty {
    position: absolute;
    background-color: aqua;
    width: 40%;
    height: 5%;
    background: url('loadingbar_filled.png') no-repeat center;
    background-size: 100% 100%;
    align-items: center;
    bottom: 8%;
}
#unity-progress-bar-full { 
    width: 96%; 
    height: 50%;
    background-size: contain;
    background-color: #F7D108;
    position: absolute;
    top: 25%;
    left: 2%; 
    border: none;
 }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; 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 }
