body {
    padding: 0;
    margin: 0;
    background-color: #2E3642;
}

#unity-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#unity-canvas {
    width: 100%;
    height: 100%;
    background: #2E3642
}

#unity-loading-bar {
    width: 100%;
    height: 100%;
}

#unity-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 512px;
    content: url('logo_512.png')
}

#unity-progress-bar-empty {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%);
    width: 141px;
    height: 18px;
    background: url('progress-bar-empty.png') no-repeat center;
}

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

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

#unity-frame {
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    content: url('ipad_overlay.png')
}
