body {
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #70bg32;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(to top bottom, #3e0d4d, #340a42);
    background: -moz-linear-gradient(to top bottom, #3e0d4d, #340a42);
    background: -ms-linear-gradient(to top bottom, #3e0d4d, #340a42);
    background: -o-linear-gradient(to top bottom, #3e0d4d, #340a42);
    background: linear-gradient(to top bottom, #3e0d4d, #340a42);
}

#unity-container {
    position: absolute
}

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

#unity-canvas {
    background: #0F1426
}

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

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

#unity-logo {
    width: 834px;
    height: 288px;
    /*background: url('unity-logo.png') no-repeat center*/
}

#unity-progress-bar-empty {
    width: 328px;
    height: 44px;
    position: relative;
    top: -20px;
    margin-left: auto;
    margin-right: auto;
    /*background: url('bg_progress_bar.png') no-repeat center;*/
}

#unity-progress-bar-full {
    width: 0%;
    height: 100%;
    position: absolute;
    /*background: url('fill.png') no-repeat center;
    -webkit-mask-image: url(mask_fill.png);
    mask-image: url(mask_fill.png);*/
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-mode: alpha;
}

#unity-footer {
    position: relative
}

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

#unity-webgl-logo {
    width: 204px;
    height: 38px;
    background: url('webgl-logo.png') no-repeat center
}

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

#unity-fullscreen-button {
    width: 38px;
    height: 38px;
    background: url('fullscreen-button.png') no-repeat center
}

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

#unity-footer {
    display: flex;
    justify-content: space-between;
}

#unity-build {
    display: flex;
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

