body {
    padding: 0;
    margin: 0;
    background-color: #2C2C2C
}
#unity-container {
    position: absolute;
    border: 2px solid #606060;
    margin: auto;
}
#unity-container { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-canvas { background: #231F20 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 141px; height: 141px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; 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 }
#unity-footer { position: relative; background-color:#464646;}
#unity-webgl-logo { float:left; width: 50px; height: 50px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: left; margin-left: 10px; line-height: 50px; font-family: arial; font-size: 18px; font-weight : 100; color: white }
#unity-fullscreen-button { float: right; width: 50px; height: 50px; background: url('fullscreen-button.png') no-repeat center }
#unity-webxr-link { float: left; margin-right: 50px; line-height: 50px; font-family: arial; font-size: 50px }
#entervr:enabled { float: right; width: 60px; height: 50px; background-color: #1eaed3; display: inline-block; border: 0; }
#enterar:enabled { float: right; width: 38px; height: 38px; background-color: #1eaed3; display: inline-block; border: 0; }
#entervr:disabled { float: right; width: 60px; height: 50px; background-color: #dddddd; display: inline-block; border: 0; }
#enterar:disabled { float: right; width: 38px; height: 38px; background-color: #dddddd; display: inline-block; border: 0; }
