body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

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

#unity-canvas {
    background: #ffffff
}

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

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

#app-logo {
    width: 516px;
    height: 280px;
    background: url('app-logo.png') no-repeat center
}

#unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-empty-light.png') no-repeat center
}

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

#unity-build-title {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    font-family: arial;
    font-size: 18px
}

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

#version-label {
    position: absolute;
    left: 2vw;
    bottom: 2.85vw;
    color: #A9A9A9;

    font-family: arial;
    font-style: normal;
    font-weight: normal;
    font-size: 1.38vw;
}
