body { 
    padding: 0; 
    margin: 0; 
    background-image: radial-gradient(68.21% 68.21% at 50% 50%, #00C2FF 0%, #0043A8 57.81%, #001632 100%); 
    min-height: 100vh;
    font-family: 'Londrina Solid', cursive;
}


#unity-canvas { 
    background: rgba(255,255,255,0.1);
    box-shadow: rgba(0,0,0,0.5) 0px 2px 2rem;
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%; 
    height: auto; 
    max-width: 1280px;
}
#unity-loading-bar { 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -65%); 
    display: none;
    width: 50%;
    max-width: 1280px;
    text-align:  center;
}
#unity-loading-bar img {
    width: 100%;
    max-width: 440px;
    
}
#title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100px); 
}
#title h1 {
    font-size:  4rem;
    line-height: 6rem;
    white-space: nowrap;
    color: white;
    font-weight: bold;
    text-shadow: black 5px 5px 0px , black -1px -1px 0px;
    margin-bottom: 0;
}
#unity-progress-bar-empty { 
    width: 240px; 
    height: 20px; 
    background: rgba(0,0,0,0.7); 
    border-radius: 5px;
    padding: 2px;
    margin: 0px auto;
}
#unity-progress-bar-full { width: 120px; height: 16px; background: linear-gradient(#FF855F,#FF4949); border-radius: 5px; padding: 2px; }
#unity-fullscreen-button { 
    display: none;
    float: right; 
    width: 24px; 
    height: 24px;
    margin-right: 1rem;
    margin-top: 1rem;
}
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

@media only screen and (min-width: 600px) {
  #title h1 { font-size:  5rem; }
}