@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Lato|Ubuntu');


body{
  background-image: url(https://image.freepik.com/foto-gratis/hermosa-composicion-con-hojas-de-palma-sobre-fondo-amarillo_24972-68.jpg);
    background-size: cover;
    font-family: 'Lato', sans-serif;
    
        
}



h2{
    color: #aaaaaa;
    text-align: center;
    
    }

h3{
   color: #ffffff;
   text-align: center;
      font-weight: normal; 
    font-family: 'Ubuntu', sans-serif;
}

h5{
   color:black;
   text-align:center;
  font-family: 'Ubuntu', sans-serif; 
   font-size: 2rem;
    font-weight:bolder;
}

p{
    color: #530202;
    text-align:center;
    font-size: 1rem;
margin-left: auto;
    margin-right: auto;

}

nav ul li {
    list-style-type: none;
    display: inline;
    text-align: center;
    padding: 1rem;
 font-family: 'Ubuntu', sans-serif;
    color: #ffffff
}

nav ul li a: hover{
    color:#ffffff;
    outline-color: #ffffff;
    
}

nav ul li a:visited{
    color:#ffffff;
    outline-color: #ffffff;
 }


.navegador {

    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    display: block;
    width: 95%;
    height: auto;
    margin: auto;
    padding: 1rem 0 1rem 0;
    text-align: justify
   }


img{border-radius: 2rem;
    display: block;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    width: 15%;
}
     

header{
    background: url(imagenes/OGA3L80.jpg); background-size: cover; 
       border: 0.5px;
    padding: 1.5rem;
    width: 100%;
    text-align: center;
        }

footer{
    color: black;
    font-weight: 300;
    font-size: 0.60rem;
    padding: 2rem;
    text-align: center;
    font-style: italic;
}