body {
    margin: 0;
    padding: 0;
}

#unity-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

#unity-canvas {
    background: #000000;
    position: inherit;
    width: 100%;
    height: 100%;
}

#unity-logo {
    position: relative;
    left: 50%;
    transform: translateX(-25%) translateY(-10%);
    width: 141px;
    height: 141px;
    scale: 2;
    background: url('../images/unity_logo.svg') no-repeat center;
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    background: url('../images/progress-bar-empty-dark.png') no-repeat center;
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('../images/progress-bar-full-dark.png') no-repeat center;
}
