/* BODY Y GENERAL */
body{
    background-color: #030b1d;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
}

.container{ background-color: rgba(0, 52, 148, 0.2);}


/* FLEXBOX */

#right{
    z-index: 1;
}

#box{
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
}

/* RESIZE */

@media screen and (max-width: 1400px){
    
    body{
    background-repeat:repeat-y;
    background-position:center;
    background-size:contain;
    background-attachment: fixed;
    margin: 0;
    }  
}

/* VERSION */

.version{
    color: rgba(255, 0, 133, 1);
}