
@import url('https://fonts.googleapis.com/css?family=Lobster+Two|Pompiere');



*   {
    box-sizing: border-box;

   
}
html{
    font-family: serif;
    font-size: 50,5%;
}
#linknav {
    color: #d63270; 
}
#linknav:hover {
    color: #d63270;
}
a {
    color: palevioletred;
}
a:hover {
    color: #8a0591;
}
h1  {
    font-family:'Lobster Two'; 
    color: #ff2488;
text-align: center;
text-shadow: .5em .5em .5em #AEADB3;


}
h2  {
    text-decoration: inherit;
    color:palevioletred;
    list-style: armenian;
    font-family: 'Pompiere';
    text-align-last:center;
    display: flex;
   text-transform: uppercase;
line-height: 3rem;
background-color: antiquewhite; 

    
   
    }
    
h2 {
    display: block;
}
section div b  {
    color: #000000;
}
footer p {
    color: gray;
    font-size: 0.7rem;
    font-style: italic;
}
body {
    background-color: oldlace
}
section#datosacad ul {
    list-style: none;
    padding: 0.5rem;
    font-style: italic;
 font-size:0.9rem;
    
}

main { margin: auto;
    text-align: center;
}


#perfil {
border-radius: 50%;
height: 50vm;
width: 50vm;
max-width: 15em;
max-height: 15em;
box-shadow: .5rem .5rem .5rem silver; 
    
}

nav ul li { 

list-style: none;
display: inline-block;
padding:inherit;
text-align: center;
font-weight: bolder;
background-color: white;
border-style:;
border-color: ;
margin: .2em 0;
padding:0.5rem.5rem.5rem.2rem;

}

#linknav {
text-decoration: none;

}

#logouba { 
height: 50vm;
width: 50vm;
max-width: 15em;
max-height: 15em;





}




