body{
  box-sizing:border-box;
  margin:0;
  padding:0;
  font-family: 'Amiri', serif;
  color:#333;
  font-size:1.3rem;
  line-height:1.5rem;
  background-color:#C7B5FA;
}
h1{
  line-height:1.5rem;
   font-size:2rem;
}
p{
  margin-bottom:1em;
}
  .container{
  width:85%;
  max-width:850px;
  margin: auto;
}
.header{
  height:100px;
  background:navy;
  color:yellow;
  position:fixed;
  left:0;
  right:0;
  top:0;
  
}
.header a{
  text-align: justify;
  color:white;
  text-decoration:none;
}
.logo-nav-container img{
  width:100px;
  margin-top:auto;
  float:left;
  margin-left: 6px;
  margin-right:100px;
  margin-bottom:0em;
}
.navegation ul{
  margin:0;
  padding:0;
}
.navegation ul li{
  display:inline-block;
}
.navegation ul li a{
  display:block;
  padding:.5rem 2.5rem;
  transition: all .3s linear;
  border-radius:10px;
}
.navegation ul li a:hover{
  background:#F3E465;

}
.main{
  padding-top:12rem;
  text-align:justify;
}
.footer{
  background:#CC1A1D
  padding:4rem 0;
  text-align: center;
}
p.centrado {
  text-align: center;
}

  

  