
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: absolute; width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; display: none }
#unity-logo { width: 154px; height: 130px; background: url('./Logo-6DApps-blanco.webp') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
.unity-mobile #unity-footer { display: none }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: none; 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 }

body{
    padding: 0;
    margin: 0;
    align-items: center;
    text-align: center;
    background-color: #1D68AF;
    color:#ffffff;
    font-family:'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    padding: 20px;
    background-color: #18568f;
    position: sticky;
    top: 0px;
}


a{
    padding: 10px;
    margin: auto;
    text-decoration: none;
    font-weight: bold;
    color:#ffffff;
}

a:hover{
    color:#4ca5f9;
    transform: scale(1.5);
}


h1{
    text-align: center;
    text-shadow: 4px 4px 6px #0e2d4a;
    margin: 5px;}

h2{
    text-shadow: 4px 4px 6px #0e2d4a;
    text-align: center;
}

h3{
    padding: 5px;
    text-shadow: 4px 4px 6px #0e2d4a;
    text-align: center;
}

p{
    text-align: center;
    padding: 5px;
    font-size: 1.5 em;
}
.container{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: row;
    width: 95%;
    margin: 5px;
    
}

.footer{
    padding: 40px;
}

