
body{
    background-color:#FFF8CC;

  font-family: 'Open Sans', sans-serif;
}   
header{
    display: flex;
  justify-content: center; 
    align-items: center; 
}

h1{
    background-color: #0053B3;
    font-size: 100px;
    text-align: center;
    color: white;
}

h2{
    font-size: 50px;
    text-align: center;
    color: #003C8F;
    background-color:#f4f788 ;
}
h3{
    font-size: 35px;
     color: #003C8F;
    background-color:#f4f788 ;
}
p{
    font-size: 25px;
    background-color: #f4f788;
    color: #003C8F;
}
nav{
    background-color:#0053B3;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 12px 0;
    
   
}
nav a{
    text-decoration: none;
    text-align: center;
    color:#FFFFFF;
font-size: 35px;
border-radius: 8px;
width: 250px;
}
nav a:hover{
     color: #FFD700;
  cursor: pointer;
   text-decoration:underline ;
}
footer{
    text-align: center;
    background-color:  #0053B3;
    color:white;
    font-size: 20px;
}
.palmares img  {
  border: 3px solid #0044CC;
  border-radius: 8px;
  padding: 4px;
  background-color:#FFF8CC;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}
.plantel img{
height: 250px;
width: 250px;
}
.plantel article{
    
  width: 250px;
  border: 1px solid #f4f5eb;
  border-radius: 6px;
  overflow: hidden;
}
.plantel img{
      width: 100%;
       height: 250px;     
  object-fit: cover;
  display: block;
}
.plantel div{
     padding: 10px;
  
    
}
.plantel h3{
   
     height: 60px;      
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #faff9d;
  text-align: center;

  font-size: 1rem;
}
.plantel p{
 
     height: 40px;        
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #faff9d;
  font-size: 2rem;
}
.plantel section{
     display: flex; 
  gap: 20px; 
  flex-wrap: wrap;
}
.HETER{
  height: 500px;
 width: 500px; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}
