body { padding: 0; margin: 0 }
#unity-container { position: absolute; width: 100vw; height: 100vh; }
#unity-canvas { background: #231F20; width: 100%; height: 100%; background-image: url(./Splash.png); background-size: cover; background-position: center; background-repeat: no-repeat;}
#unity-loading-bar { position: absolute; left: 50%; top: 60%; transform: translate(-50%, -50%); display: none }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; 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 }

#logo {
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(./Logo.png);
    background-size: contain;
    top: -230px;
    left: 50%;
    transform: translateX(-50%);
}

h3 {
    color: white;
    text-align: center;
}