html {
    font-size: 1em !important;
    color: #000 !important;
    font-family: Arial !important;
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    background: rgb(200,226,245);
    background: linear-gradient(180deg, rgba(200,226,245,1) 0%, rgba(181,169,211,1) 100%) fixed;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

#unity-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#cera-logo {
    width: 401px;
    height: 128px;
    background: url('cera-logo.png') no-repeat center;
    background-size: 401px 128px;
    margin-bottom: 28px;
}

#in-collaboration-with {
    color: #1d252d;
    margin-left: 152px;
}

#eme-logo {
    width: 401px;
    height: 81px;
    background: url('eme-logo.png') no-repeat center;
    background-size: 401px 81px;
    margin: 28px 0 0 20px;
    position: relative;
    left: -10px;
}

#unity-progress-bar-empty {
    width: 100%;
    height: 4px;
    margin-top: 48px;
    background-color: #322262;
}

#unity-progress-bar-full {
    width: 0%;
    height: 100%;
    background: url('progress-bar-full-dark.png') repeat-x center;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 25px 45px 25px 45px;
    display: none;
}

#copyright-text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-size: 18px;
    color: #FFF;
}

#version-text {
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 18px;
    color: #FFF;
}
