@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i');

    
body{ 
    background-color:beige;
    background-size: cover;
    font-family: 'Arvo';
    color: #002574
}


h3{
    color:#000;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 1rem;
    }


h4{
   line-height : 25px;
   color: #000;
   text-align: center;
   font-weight: 700; 
   font-size: 1.2rem

}

h5{

   color:navy;
   text-align:center;
   font-size: 2rem;
   font-weight:bolder;
    display:block;
  
}

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

}

nav ul li {
     
    text-decoration: none;
    list-style-type: none;
    display: inline;
    text-align: center;
    padding: 1rem;
    color: #ffffff
}



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


.navegador {
     
    line-height : 40px;
    align-content: center;
    text-align: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-size-adjust: auto;
    color: #ffff;
    text-decoration: none;
    
   }



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

header{
    background: url(img/parallax-background.jpg); background-size: cover; 
       border: 0.5px;
    width: 100%;
    text-align: center;
    color: #ffffff
        }

footer{
    color: navy;
    font-weight: 200;
    font-size: 0,5  rem;
    padding: 3rem;
    text-align: center;

}
img {
text-align: center 
margin: 0;
padding: 0;
border-radius: 800px;

}