body {
    padding: 0;
    margin: 0
}
#unity-container {
    position: fixed;
    width: 100%;
    height: 100%;
}
#unity-canvas {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 780px;
    height: 100%;
    background: url("bg.png") no-repeat;
    background-size: 100% 100%;
}
#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}
#unity-logo {
    width: 210px;
    height: 87px;
    background: url('logo.png') no-repeat center;
    background-size: 100% 100%;
}
#unity-progress-bar-empty {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 10px;
    margin-top: 45px;
    border: 1px solid #ffff;
    border-radius: 3.5px;
    background-color: rgba(255, 255, 255, 0.2);
}
#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
#unity-progress-bar-full {
    width: 0%;
    height: 10px;
    border-radius: 3.5px;
    background-color: #Dc5b35;
}
