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

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

#unity-canvas {
    width: 100%;
    height: 100%;
    background: #231F20;
}

#loading-cover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
}

#unity-loading-bar {
    width: 320px;
    max-width: 80vw;
}

#unity-progress-bar-empty {
    width: 100%;
    height: 18px;
    border: 1px solid #fff;
    padding: 2px;
}

#unity-progress-bar-full {
    width: 0;
    height: 100%;
    background: #fff;
}
