body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: white }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

body{
    overflow: hidden;
}

#custom-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#custom-loader {
    margin: auto;
    width: 512px;
    height: 58px;

    background: url("Logo_Dark.png") no-repeat;
}

#custom-loader .fill {
    width: 0%;
    height: 100%;
    background: url("Logo.png");
}

#unity-canvas{
    width: 100vw;
    height: 101vh;
}
