h1
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');;h1


body {
    font-family: 'Monserrat', sans-serif;
    color: #eeeeee; 
    background-color: #f3f3f3; 
    margin: 3px; 
    padding: 0; 
    line-height: 1.6;
    text-align: center; 
    text-decoration: none;
}


nav {
    background-color: #161616; 
    display: flex; 
    justify-content: center;
    padding: 10px;
    position: center;
    top: 0;
    left: 0;
    width: 100%; 
    text-decoration: none;
    list-style-type: none;
  }
  
  nav a {
    color: #efefef; 
    margin-right: 20px; 
    text-decoration: none; 
    transition: color 5s ease;
    list-style-type: none;
  }
  
  nav a:hover {
   
        background-color: rgb(138, 138, 138);
        font-weight:bold;
        color: rgb(32, 30, 28);
        border-radius: 5px;
        padding: 0.2rem 2rem;
        text-decoration: none;
        list-style-type: none;
  }
  
  header {
    
    margin-top: 60px; 
    color: #1c1c1c; 
    text-decoration: none;
  }
  

.integrantes {
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    font-size: 2.3rem;
    
}

.integrantes {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0.2rem;
  }
  
  .integrantes li {
    padding: 2rem;
  }
  
  .integrantes li a {
    text-decoration: none;
    color: rgb(184, 145, 201);
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    font-size: 1.5rem;
}

}
.main-navigation{
    width: 70vw;
    background-color: rgb(182, 135, 220);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1.5rem 9rem 1.5rem 9rem;
    border-radius: 18px;
    text-decoration: none;
    
    list-style-type: none;
    text-align: center;
    font-size: 2.3rem;
}
.materias {
    text-decoration: none;
    list-style-type: none;
    
}

  img {display: block;
    width: 20%;
    margin: auto;
    border-radius:100%;
    margin-top: 20px;
    filter: drop-shadow(-1px 7px 8px #000000);
    text-decoration: none;
}


.materias .levels-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    text-decoration: none;
    list-style-type: none;
    
    
}

.materias .level-box {
    background-color: #9e90b3;
    color: f4ddd2;;
    padding: 20px;
    border-radius: 10px;
    width: 200px;
    min-height: 200px; 
    box-shadow: 0 4px 8px rgb(255, 255, 255);
    text-align: left;
    text-decoration: none;
    list-style-type: none;
    grid-template-columns: 22rem 65rem;
    margin-bottom: 1rem;
}

.materias .level-box h1, .level-box ul, .level-box li {
    text-align: left;
    margin: 0; 
    text-decoration: none;
    list-style-type: none;
    color: rgb(255, 255, 255);;
}

.materias .level-box ul {
    padding-left: 20px;
    text-decoration: none;
    list-style-type: none;
}

.integrantes {
    margin-top: 60px;
    color: rgb(182, 135, 220)
    text-decoration: none;
    list-style-type: none;
    
}

.integrantes h1 {
    margin-bottom: 5px; 
    padding: 0;
    text-align: center; 
    color: rgb(182, 135, 220)
    text-decoration: none;
    list-style-type: none;
}

.integrantes h1 a {
    color: rgb(182, 135, 220)
    text-decoration: none; 
    font-weight: bold; 
    transition: color 0.3s ease; 
    text-decoration: none;
    list-style-type: none;
  }
  
.integrantes h1 a:hover {
    
        color: rgb(182, 135, 220)
        text-decoration: none;
        list-style-type: none;
  }


.integrantes .levels-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; 
    gap: 50px; 
    max-width: 100%;
    margin: 0 auto;
    text-decoration: none;
    list-style-type: none;
}


.integrantes .level-box {
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    list-style-type: none;
}


.integrantes .level-box img {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    
}

.info {
    text-decoration: none;
    background-color: #a19393;
    margin-top: 30px;
    margin-bottom: 30px;
    align-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
}

.info-cat {
    
    gap: 15px;
    justify-content: center;
    text-align: left;
    text-decoration: none;
    text-align: center;
}

.info-cat p {
    color: rgb(255, 255, 255);
    margin: 7px 40px 7px 40px;
    font-size: 15px;
    font-weight: 300px;
    text-align: left;
    text-decoration: none;
    text-align: center;
}

.logo-cat {
    display: block;
    width: 15%;
    margin: auto;
    align-content: center;
    text-align: center;
}
footer{margin:1rem;
    color: rgb(103, 42, 99);
    margin: 7px 40px 7px 40px;
    font-size: 15px;
    font-weight: 300px;
    text-align: left;
    text-decoration: none;
    text-align: center;
}


