body {
    font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
  
    background-color: #f9f9f5;
    margin: 3px;
    padding: 0;
    line-height: 1.6;
    text-align: center; 
}

nav {
    background-color: rgb(137, 147,193);
    display: flex; 
    justify-content: center;
    padding: 10px;
    position: center;
    top: 0;
    left: 0;
    width: 100%; 
  }

  nav a {
    color: #ffffff; 
    margin-right: 20px; 
    text-decoration: none; 
    
  }
  
  nav a:hover {
   
        background-color: rgb(195, 170, 203);
        font-weight:bold;
        color: rgb(255, 255, 255);
        border-radius: 5px;
        padding: 0.2rem 2rem;
  }


  img {display: block;
    width: 40%;
    margin: auto;
    border-radius:100%;
    margin-top: 60px;
    filter: drop-shadow(-1px 3px 3px #3b3b3b);
}

.logo-integrantes img {
    align-content: center;
    width: 80%;
    height: 62%;

 
}
 h1 {color:  rgb(137, 147,193);}

  .integrantes {
    color:  rgb(137, 147,193);
    font-size: 30px ;
    font-weight: bold;
    font-style: normal;
    margin-top: 100px;
    margin-bottom: 60px;
    text-align: center;
   
 
}

section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    justify-content: center;
    grid-gap: 0.1rem;
    margin-left: 30px;
    margin-right: 30px;
margin-bottom: 60px;
}

figure img {
    width: 70%;
    margin-top: 1rem;
    margin-bottom: 20px;
}

a {
    display: flex;
    justify-content: center;
    color: rgb(140, 190, 159);
    font-weight: 700;
    font-size: larger;
    text-decoration: none;
}
p {
    color:  rgb(137, 147,193);
    font-weight: small;
}

.datos-bold {
    font-weight: bold;
}

h2 {
    font-size: large;
    margin-top: 30px;
    color: rgb(137, 147,193);
}

article {
    background-color: rgba(195, 170, 203, 0.567);
padding: 10px;
}


footer p {
    font-size: small;
    color: rgb(140, 190, 159);
    padding: 10px;
   
}

