body {
  background: radial-gradient(circle, #b41d1d, #9e7676, #f7f3f3);

}



.datos  {   
  width: 27rem; 
  max-width: 56.25rem;     
  margin: 0 auto;          
  padding: 0.625rem;           
  border-radius: 0.625rem;     
  color: rgb(255, 255, 255);      
  font-size: 2rem; 
  font-family: 'Trebuchet MS';
  text-align: center;
}



p {
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    font-family: Arial ;
    font-style: italic;
}

.avatar{
  object-fit: cover;      
  border-radius: 50rem;
}

.menuprincipal { 
  margin: 1rem; 
  padding: 0.8rem;
  display: flex;
  background-color: #cc9696; 
  border-radius: 0.5rem;
    font-size: 1rem; 
    font-family: Arial;
    justify-content: center;
          
}

.integrantes {  
  margin:  1rem; 
  padding: 0.8rem;
  display: flex;
  background-color: #cc9696; 
  border-radius: 0.5rem;
    font-size: 1rem; 
    font-family: Arial;  
justify-content: center;
}

.btn {
  background-color: #ffffff;   
  color: rgb(0, 0, 0);            
  border: none;            
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;          
  border-radius: 0.313rem;       
  margin: 0.313rem;             
}

.btn:hover {
  background-color: #cfcfcf;   
}


.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem;
  color: rgb(255, 255, 255);
 }

.foja {    
  font-size: 2rem; 
  font-family: 'Trebuchet MS';
  text-align: center;
  color: rgb(255, 255, 255);
}

.columnas {
  display: flex;
  background:  #cc9696;
  height: 11rem;
  border-radius: 5rem;
  text-align: center;
  justify-content: center;
  font-size: 1rem;
  font-family: monospace; 
  }

article {
  text-align: center;
  color: #080808;
  font-family: Arial;
  font-size: 0.9rem ;
  margin: 2rem;
}

footer {
   margin: 0 1rem; 
  padding: 0.625rem ;
  display: flex;
  background-color: #cc9696; 
  color: #f7f3f3;
  border-radius: 1rem;
    font-size: 0.938rem; 
    font-family: Arial;
    justify-content: center;
    font-style: italic;
}

