* {
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
p, li {
    text-wrap: pretty;
}
.contenedora{
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}
    header{
    background-color: hsl(145, 33%, 68%);
    margin-bottom: 1rem;
    box-shadow: 0 4px 4px hsl(0 0% 0% / 20%) 

} 
header nav ul a {
    margin-block: .0.5rem;
    background-color: aliceblue;
    display:block ;
    width: 6rem ;
    height: 1.5rem;
    border-radius: 100vw; 
    text-align:center;
}
header nav ul{
    display: flex;
    gap: .25rem;
    flex-wrap: wrap;
    margin-block: 0;
    padding: 0;
    
}
.contenedora-presentacion{
    display: flex;
    gap: 1rem;
    
}
.contenedora-datosacademicos{
    display: flex;
    gap: 1rem;
}

body {

    margin: 0;
    font-family:'Times New Roman', Times, serif;
    font-size: medium;
    color:hsl(230, 7%, 16%);
    background-color: hsl(52, 94%, 94%);
    min-height: 100dvh;
    padding: 0dvh;
    margin-left: auto;
    margin-right: auto;
    
    
}
main{
    max-width: 100rem;
    margin: 1rem;
    padding: 1rem;
    
    
}
main img {
    border-radius: 100%;
    box-shadow: 0 4px 4px  hsl(145, 33%, 68%) 
}

.contenedora-vm02 a{
    max-width: 25rem;
    display: flex;
    background-color:hsl(145, 33%, 68%);
    border-radius: 2rem;
    color: hsl(52, 94%, 94%);
    line-height: 2em;
    padding: 0em .5em;
    margin: .4em;
}
a{
    color:hsl(274, 19%, 26%) ;
    font-weight: bolder;
    text-decoration: none;
}
ul {
    list-style-type: none;
    
}
h2 {
     color: hsl(264, 16%, 47%);
     margin-top: 2rem;
     line-height: 1.1;
     text-wrap: balance;
    }
h3 {
    color: hsl(151, 29%, 40%);
    line-height: 1.1;
    text-wrap: balance;
}
footer
{
    background-attachment: fixed;
    background-color:  hsl(145, 33%, 68%);
    margin-block: 0;
}