

body {
    background-color: lavender
}

img {
    width: 100%;
    max-width: 20em;
}


section > h2 {
    text-align: center;
    color: lightcoral;
}

section > h4 {
    text-align: center;
    
}
section > h1 {
    text-align: center;
    color: lightcoral;
    font-family: "Playfair Display";
    font-size: 2.5em
    
    
    
}

#acumar {
    width: 100%;
    max-width: 20em;
    margin: auto;
    
   
}

#logofadu {
    width: 100%;
    max-width: 20em;
}

#logodgpc {
    width: 100%;
    max-width: 10em;
}


.menu1 nav ul{
    display: flex; 
    flex-direction: row;
    justify-content: center;
    
  
}

.menu1 nav ul li {
    margin: 1em;
    list-style-type: none;
    background-color: floralwhite;
    border-radius: .50em;
    width: 100em;
    text-align: center;
    
}

.menu1 nav ul li a{
    color: #C9A6F6;
}

.menu1 ul li a{
    text-decoration:none;
    font-family: "Playfair Display";

    
}


.materias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.materias h2{
    color:  #C9A6F6;
    text-align: center;
    
}


.materias ul li{
    list-style: none;
    background-color: aliceblue;
    padding-top: 20px;
    padding-right: 100px;
    padding-bottom: 20px;
    padding-left: 100px;
    
}



.logos{
    display: flex;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
    
}

.menu2 ul{
    display: flex; 
    flex-direction: row;
    justify-content: center;
    
    

}

.menu2 ul li{
    margin: 1em;
    font-size: 1em;
    list-style-type: none;
    margin: 1em;
    list-style-type: none;
    background-color: floralwhite;
    border-radius: .50em;
    width: 100em;
    text-align: center;
    font-family: "Playfair Display";
   

}

.menu2  ul li a{
    text-decoration:none;
    color: #C9A6F6
    
}

.menu1 h2{
    background-color: floralwhite;
    border-radius: .50em;
    width: 10em;
    margin: auto;
    font-family: "Playfair Display"
    
}

.acumar p{
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    
}


footer > p{
    text-align: center;
    padding: 20px;
}

.jazmin {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}



footer {
    background-color: floralwhite;
}

.fadu h2{
    justify-content: center;
}
.fadu h3{
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
    padding: 0
    
}

.fadu ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin top: 1em;
    margin-right: 3em;
   
    
}



.fadu h4{
    text-align: center
}




