* { border: 0; padding: 0; margin: 0; font-family: 'Noto Sans', sans-serif; font-size: 1.1em; }
#company-logo { width:80%; height: 50%; background: url('logo-dark.png') no-repeat center center; background-size: contain;background-position: center;justify-self: center; background-position: center; 

    margin: 1% auto;}
#unity-container { position: absolute }
#unity-container.unity-desktop { width: 100%; height: 100% }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: white;align-content: center; }
.unity-desktop #unity-canvas { width: 100%; height: 100% }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-canvas + * { z-index: 2 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none;height: 50%; width: 80%; justify-content: center;}
#unity-progress-bar-empty {    width: 80%;
    height: 24px;
    margin: 10px 20px 20px 10px;
    text-align: left;
    border: 1px solid black;
    padding: 2px;
    margin: 0 auto;   }
#unity-progress-bar-full {     width: 0%;
    height: 100%;
    background: black; }
#unity-progress-text { text-align: center }
#unity-progress-text.dark { color: #222c36 }
#unity-progress-text.light { color: #222c36 }