body{
    margin:0;
    background:#111;
    overflow:hidden;
}

#unity-canvas{
    width:100vw;
    height:100vh;
    background:black;
}

#loading-container{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:white;
    font-family:Arial;
}

#logo{
    width:300px;
    margin-bottom:20px;
}

#progress-bar{
    width:300px;
    height:20px;
    background:#333;
    border-radius:10px;
    overflow:hidden;
}

#progress-fill{
    width:0%;
    height:100%;
    background:#0075be;
}
#loading-text{
    margin-bottom:10px;
}
