body {
    padding: 0;
    margin: 0;
}

#unity-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
}

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

#unity-loading-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#brand-logo {
    width: 250px;
    height: 100px;
    background: url('turing-logo-full-white.png') no-repeat;
    background-size: contain;
}

#unity-progress-bar-empty {
    height: 20px;
    width: 150px;
    margin: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

#unity-progress-bar-full {
    width: 0%;
    height: 20px;
    background-color: white;
}

#unity-fullscreen-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    float: right;
    width: 35px;
    height: 35px;
    background: url('fullscreen-button.png') no-repeat center;
}
