html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background: black;
}

.webgl-content {
    position: fixed;
    inset: 0;
}

#unityContainer {
width: 100%;
height: 100%;
}

.webgl-content * {
    border: 0;
    margin: 0;
    padding: 0;
}

.webgl-content .logo,
.webgl-content .progress {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.webgl-content .logo {
    top: 40%;
    background: url('progressLogo.Light.png') no-repeat center / contain;
    width: 154px;
    height: 130px;
}

.webgl-content .progress {
    top: 55%;
    height: 18px;
    width: 141px;
}

.webgl-content .progress .empty {
    background: url('progressEmpty.Light.png') no-repeat right / cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.webgl-content .progress .full {
    background: url('progressFull.Light.png') no-repeat left / cover;
    width: 0%;
    height: 100%;
    position: absolute;
}
