
body {
background-color: rgb(233, 208, 199);
margin: 0%;
padding: 0%;
}

li {
    list-style: none;
}

a {
    color: black;
    text-decoration: none;
}

header a {
    color: rgb(217, 155, 132);
    font-size: large;
}

.navegar {
    display: flex;
    justify-items: space-beetween;
    align-items: center;
    background-color: rgb(64, 24, 28);
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
max-width: 100rem;
}

.personal{
    
    margin-top: 2rem;
    grid-template-columns: auto auto;
    grid-template-rows: 70% auto;
display: grid;
}

.personal img{
    width: 40%;
  
}

.foto{
    grid-column: 1/1;
    grid-row: 1/2;
    margin: 30px;
   

}

.nombre{
    font-size: medium;
    grid-column: 2/5
   
}

p {
    color: brown;
    font-size: 1rem;
    font-family: cursive;
}
.equipo-contenedora{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.equipo_rotulos{
    width: 20px;
    height: 20px;
    margin: 20px;
    padding: 20px;
    align-items: center;
}


h1 {
   
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(64, 24, 28);
}

h2 {
    background-color: lightsalmon;
    text-align: center;
    color: rgb(120, 40,31);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
}
.materias{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto;
    background-color: indianred;
    gap: 1rem;

}
h3 {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: larger;
}
