body {
    padding: 0;
    margin: 0
}

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

#unity-canvas {
    width: 100%;
    height: 100%;
    background: #1c1c26
}

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

#unity-logo {
    width: 748px;
    height: 1026px;
    background: url('panel.png') no-repeat center;
    background-size: contain;
    position: relative;
}

#unity-progress-bar-empty {
    margin-left: auto;
    margin-right: auto;
    width: 526px;
    height: auto;
    background: url('empty.png') no-repeat center;
    overflow: hidden;
    position: relative;
    bottom: 200px;
}

#unity-progress-bar-full {
    width: 0%;
    height: 56px;
    background: url('full.png') no-repeat center;
}

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

#unity-progress-text {
    position: relative;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Tomorrow", sans-serif;
    font-style: normal;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    color: #EDAB13;
    text-shadow: 0 0 5px black;
}
