* {text-align: center;}

header { font-family: Merriweather, serif; text-align: center;color: #ffffff;}

body {background: #1fe5ce; 
    
    font-family: 'Merriweather', serif;
    background: linear-gradient(to bottom, #1fe5ce, #2efda6)
}

nav {margin: 3rem;
display: flex
justify-content: center}



img { margin align-content: center; 
     margin-top: 3rem;
     border-radius: 50%;
     padding: 2rem
     margin-bottom: 0rem;}

nav ul li {display: inline-block;
    }

nav ul li a {color: #ffffff; text-decoration: none; text-align: center; padding: 1rem;
    ; background:#9838af; 
border-radius: 10px; }

nav ul li a:hover 
    {background:#ff2fc7 ;
    color: #ededed;}

h1 {  color:azure;   
    
    font-family: 'Merriweather', serif; 
       font-size: 3.5rem;
        font-weight: 900;
     padding-top: 2rem}



h2 {    
    color:azure;
    text-align: center;
    font-family: 'Merriweather', serif; 
    }

h3 {color: #ffffff;font-size: 2rem}

h4 {font-family: Merriweather, serif; color: #d600f2; font-size:1.5rem }

p {color: #336a6a; padding-left: 4rem; padding-right: 4rem; margin: 0; font-family: "Merriweather"; font-size: 11px;}

h6 a {color:#802588}

ul {list-style-type: none;
    padding: 0;
color: black; }

a {color:blueviolet}


ul li {padding: 14px 16px}

.contenedor {display: flex;
             justify-content: center;
             margin: 5px;}

footer {  
        padding-top: 4rem;
          padding-left: 35rem;
          padding-right: 35rem;

          }

nav ul {
    display: inline-block;
    margin:0;
    padding:0;text-align: left;}


    

    
    


    

