*{
    background-color: white;
    color: black;

}

img{
    width: 20%;
    height: 20%;
    display: block; 
    margin-left: auto;  
    margin-right: auto;
}

/* LOGO CREANOSIS */
.logo{
    font-size: 3.0em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: white;
   
}

.naranja{
    color: #D65325; 
}
  
.blanco{
    color: black;
}

h1, h2{
    text-align: center;
}

a{
    color: blue;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 576px) { 

    h1, h2{
        font-size: small;
    }
    
   
}

@media (max-width: 768px) {

    h1, h2{
        font-size:large;
        
    }

}