<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,900&amp;display=swap');

*{
    width: 100%
    margin:0;
    padding:0;
    text-align: center;
}
body { 
    background-color: white;
    color: #6CC8C6;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 900;
    margin: 8px;
   
}

.contenedorinfoprincipal{
    background-color: #6CC8C6;
    padding: 50px;
}

.contenedorimagen{
width: 100%;
display: flex;
align-content: center;
border: 50px;

    
}

.sobremi{
    color:white;
    font-weight: 200;
    line-height:2rem; 
    font-size: 1rem;
    
}

img{ width: 22%;
    display: block;
    margin: auto;
}





  
header nav ul {
    width:100%;
    display: flex;
    align-items: center;
}

nav ul li{
    

    width:100%;
    padding: .5rem;
    display: flex;
    justify-content: center;
  
}

.porcentaje{
    font-size: 1.5rem;
    text-align: center;
    justify-content: center;
  
    
}


header nav ul li a, main nav a{
    text-decoration: none;
    color: dimgray;
}

a { 
    text-decoration:none;
    color: #6CC8C6;
}

h1{ background-color: #6CC8C6;
    margin: auto;  
    display: flex;
    justify-content: center;
    color:dimgray;
}

h2{
    color: white;
    font-family: 'Playfair Display',serif;
    font-weight:400;
    text-align: center;
}


h3{
    width:32%;
    
    position: relative;
    left: 32%;
    background-color: #6CC8C6;
    font-weight:400;
    line-height:normal;
    color: dimgray;
    font-size: 1rem;
    padding: 2rem
    
}

.hline{
    width: 100%;
    height: 2px;
    background: #6CC8C6;
    margin: auto;
}



footer{
    
    font-family: 'Playfair Display', serif;
    font-size: 0.8rem;
    font-weight: 400; 
    padding: 30px;
    text-align: center;
    align-items: center;
}
</pre></body></html>