body {
    background-color: #332D3A;
}


/* /////// FONT STYLE ////// */

h1 {
    color: #4dc2df ;
    font-family: 'Poppins', sans-serif;
    font-size: 2.4rem; 
    margin-top: 2%;
}

p {
    color: white;
    font-family: 'Poppins', sans-serif;
}

.bold {
    font-weight: 700;
}

.medium { 
    font-weight: 500;
}

.light {
    font-weight: 300;
    
}

#copyright {
    font-family: 'Poppins', sans-serif;
    font-size: 70%;
    align-items: center;
    
}

/* //////////// MAIN ///////////// */

.container {
    height: 100%;
}

.icone {
    width: 10%;
    padding: 0.5%;
}

#logoVita {
    position: absolute;
    z-index: 1;
    top: 19%;
    left: 26%;
    width: 49%;
}

.moonWidth {
    width: 70%;
}

.center {
    text-align: center;
    vertical-align: middle;
}


.m-5 {
    margin: 5%;
}

.mt-10 {
    margin-top: 20%;
}

.libraWidth {
    width: 30%;
}


/*///////////// MEDIA QUERY /////////////*/ 


@media(max-width:991px) {

    #logoVita { 
        position: absolute;
        z-index: 1;
        top: 28%;
        left: 30%;
        width: 40%;
    }
    
    .moonWidth {
        width: 60%;
    }
    
    .icone {
        width: 7%;
        padding: 0.5%;
    }
    
    
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 2.8rem; 
        margin-top: 2%;
    }
    
    .libraWidth {
        width: 25%;
    }
    
    .disapear {
        display: none;
    }

    
}



@media(max-width: 575.98px) {

    #logoVita { 
        position: absolute;
        z-index: 1;
        top: 25%;
        left: 30%;
        width: 40%;
    }
    
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 2rem; 
        margin-top: 2%;
    }
    
    .libraWidth {
        width: 28%;
    }

}


@media(max-width: 401px) {

    #logoVita { 
        position: absolute;
        z-index: 1;
        top: 21%;
        left: 30%;
        width: 40%;
    }
    
    .moonWidth {
        width: 60%;
    }
    
    .icone {
        width: 7%;
        padding: 0.5%;
    }
    
    
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 1.6rem; 
        margin-top: 2%;
    }
    
    .medium  { 
        font-weight: 500;
        font-size: 12px;
    }
    
    .light { 
        font-size: 12px;
    }
    
    .libraWidth {
        width: 25%;
    }
    
    .disapear {
        display: none;
    }
}


@media(min-width: 992px) and (max-width: 1200px) {

    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 2rem; 
        margin-top: 2%;
    }
    
    .medium  { 
        font-weight: 500;
        font-size: 13px;
    }
    
    .light { 
        font-size: 12px;
    }
    
}