@charset "utf-8";
body{
    margin: auto;
    background-color:#ffc4ff;
    font-family: "Arial", sans-serif;
    color: #dd0acc
    
    
}
header {    
  height: 62px;
    background-color: #dd0acc;
}

header nav {
   background-color: #dd0acc;
   opacity: inherit;
   height:62px;
   box-shadow: 0 2px 3px rgb(0,0,0,.25) ;
}
    
    
 header nav img{
    margin: 9px 0 0 50px;
    height: 40px;
    float: left;
}

header nav ul {
    margin: 0;
    padding: o;
    list-style: none;
    float: right;
    display: flex;
    
}
header nav ul li a {
    float: left;
    line-height:62px;
    padding: 0 18px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    opacity: .8;
    transition: opacity .30s;
  
}

header nav ul li a:hover {
    opacity:1;
}

    .imgredonda {
        width:300px;
    height:300px;
    border-radius:150px;
        margin: 0px 50px 10px 50px;
          border: 2px solid black;

    }

main{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
   
        
}

main h1{
    padding: inherit;
    margin:50px 10px 0px 10px;
     }
main section article{
    padding: inherit;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center space-around;
    align-items: center;
    
    
}


}
main section article p2{
    font-weight: bold;
    height: 80px;
    margin:0px 10px 0;
    

}    

}

article nav ul {
    margin: 0;
    padding: o;
    list-style: none;
    float: right;
    display: flex;
}

main section article p2 li a {
    float: inherit;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    list-style-type: none
    text-decoration-style: dashed;
    color: #dd0acc;

}
main section article h2{
    margin: 50px 10px 0px 10px
    
} 
footer p{
    text-align: center;
    padding: 50px;
    font-size: .8em;

        