* { 
color: white;
font-family:   'Quicksand', sans-serif;
color: #4d4d87;
text-align: center;    

}




figure img{ display: block;
    margin: 1rem;
    width: 5rem;
}
      body{ background-image: url("../imagenes/fondo-09.png");
      background-repeat: no-repeat;  
     background-size: cover;
}

main img { width: 100%;
           display: block;
          flex-direction: column;}

header nav a h1{
    text-align: center;
    font-size: 14pt;
    letter-spacing: 0.1rem;
    color:aqua;
    text-decoration: none;
    
}

header ul a{
      text-align: center;
    font-size: 14pt;
    letter-spacing: 0.1rem;
    list-style: none;
    color:aqua;
     text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: aqua;
    text-decoration-style: none; 
   
    
}



h3 nav ul { display:flex;
    flex-basis: auto;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    
}


h2 { text-align: center;
     margin: auto;
    color: aqua;
    font-size: 2rem;
   
   }

h3 { display:flex;
    flex-basis: auto;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
    font-size: 1rem;

}


h4{text-align: center;
    color: yellow;
margin: auto}


main ul section { text-align: center;
color: white; }

footer {
   
    text-align:inherit;
  text-align: left;
    margin: 2px;
    padding-left: 10%;
    padding-right: 10%;    
}



