body{padding:0;margin:0;overflow:hidden}
#unity-container{width:100%;height:100%;aspect-ratio:16/9}
#unity-canvas{width:100%;height:100%}
#unity-loading-bar{position:absolute;width:100%;top:0;left:0;justify-content:center;align-items:center;flex-direction:column;aspect-ratio:16/9;display:none}
#babusgames-logo{width:141px;height:94px;background:url(babusgames-logo.png) no-repeat center}
#unity-progress-bar-empty{width:141px;height:18px;margin-top:10px;background:url(progress-bar-empty.png) no-repeat center}
#unity-progress-bar-full{width:0;height:18px;background:url(progress-bar-full.png) no-repeat}
#unity-warning{position:absolute;left:50%;top:5%;transform:translate(-50%);background:#fff;padding:10px;display:none}