.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -68%);
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.4%;

}

.loading-bar {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: start;
    /* width: 880px;
    height: 64px; */
    width: 68%;
    height: 27px;
    border-style: solid;
    border-color: #D9D9D9;
    border-radius: 27px;
    margin-top: 8%;
}

.loaded {
    width: 0%;
    height: 100%;
    background: #F4B1C7;
    border-radius: 27px;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
