body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #231F20;
}

#unity-container {
    position: absolute
}

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

#unity-canvas {

}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%
}

#unity-loading-bar {
    position: absolute;
    width: 100%;
    height: 0%;
    top: 35%;
    transform: translate(0%, 50%);
    display: none
}

#game-logo {
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    background: url('game-logo.png') no-repeat center;
    background-size: contain;
}

#unity-progress-bar-empty {
    width: 30%;
    height: 18px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 50px;
    background-color: white;
}

#unity-footer {
    position: relative
}

.unity-mobile #unity-footer {
    display: none
}

#unity-fullscreen-button {
    cursor: pointer;
    float: right;
    width: 38px;
    height: 38px;
    background: url('fullscreen-button.png') no-repeat center;
    background-size: contain;
}

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