body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f0f0f0;
    /* Change to your desired background color */
}

#unity-canvas {
    width: 100%;
    height: 100vh;
    display: block;
}

#unity-loading-bar {
    width: 100vw;
    position: absolute;
    bottom: 25%;
    text-align: center;
    display: none;
}

#unity-progress-bar-empty {
    width: 50%;
    height: 16px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
}

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