body {
    padding: 0;
    margin: 0
}

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

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

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

#unity-logo {
    width: 278px;
    height: 320px;
    background: url('logo.png') no-repeat center;
    background-size: contain;
    margin: auto;
}

#game-name {
    width: 446px;
    height: 89px;
    background: url('name.png') no-repeat center;
    background-size: contain;
    margin-top: 10px;
}


#unity-progress-bar-full {
    width: 55%;
    height: -webkit-fill-available;
    background-size: contain;
    border-radius: 11px;
    background-color: rgba(222, 181, 47, 1);
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}

.loading-div {
    margin-top: 50px;
}

.loading-div h1 {
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

#unity-progress-bar-empty {
    width: 300px;
    height: 30px;
    margin-top: 10px;
    background-size: contain;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    background-color: rgba(29, 52, 97, 0.9);
    border-radius: 15px;
    border: 4px solid rgba(21, 37, 70, 1);
}
