html
{background-color:white}
title
{background-color:white}

.header{
    background-color: black;
    margin:auto;
    padding: 10px;
    display: block;
}
.club{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    text-align: center;
    color:white;
    margin 10em;
    line-height: 0.5em;
    display:flex;
    justify-content: center;
    text-align: center;
} 

.menu{
    background-color: yellow;
    margin:auto;
    padding: 10px;
    list-style: none;
    display:flex;
    justify-content: center;
}
ul li a{
    text-decoration: none;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: gr;
    font-size: 1em;
    padding: 10px;
    margin:auto }

.avatar{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    border-radius: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    width: auto;
    border: 5px solid yellow ;
    padding: 5px;
    position:relative;
    top: 3em;
}

.jimena {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: yellow; 
    margin: auto;
    line-height: 3em;
    display:flex;
    justify-content: center;
    margin:auto;
    position: relative;
    top:-.5em;
}

.lic { 
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: black;
    margin: auto;
    line-height: 3em;
    display:flex;
    justify-content: center;
    width:auto;
    position: relative;
    top: -2em;
    
}
.alumna{
    background-color: black;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 18px;
    margin 5em;
    line-height: 3em;
    display:flex;
    justify-content: center;   
}

h3 {
    background: black;
    font-family: 'Montserrat', sans-serif;
    color: white; 
    margin 10em;
    display:flex;
    justify-content: center;
}
.ul li {
    background-color: yellow;
    font-family:'Montserrat', sans-serif;
    margin: 0em 2em 1em 0em;
    text-align: center;
    display:flex;
    justify-content: center;
    list-style: none
}
#equipo{
    font-family:'Montserrat', sans-serif;
    width:80%;
    background-color: yellow;
    margin-left:auto;
    margin-right: auto;
    padding:0;
    margin-bottom: 60px;
    justify-content: center;
    height:100%;


}

#equipo h2{
        font-family:'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 100;
        text-align: center;
        margin-bottom: 20px;
        display: block;
        background-color:black;  
        color: white;
        margin-top:0px;
        padding: 10px;

}


#equipo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#equipo ul li {
    margin: 1em;
}

#equipo ul li a {
    color: tomato;
    font-family:'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color:black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#equipo ul li a:hover {
    color: white;
}

#equipo ul li a img {
    border-radius: 100%;
    max-width: 150px;
    padding: 12px;

}

#equipo ul li a img:hover {
    border-style: dotted;
    border-width: 2px;
    border-color: black;
    color: darkslateblue;

}

footer{
    background-color: black
}
.logos{
    height: 5em;
    display: flex;
    align-content: center;
    margin: auto; 
}

.prof {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    color:black;
    text-align:center;
    font-size:13px; 
    padding: 2em;
    display:flex;
    
    
   
    
}

p{
    background-color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    padding: 2em;
    text-align: center;
    color: white;
    display:flex;
    justify-content:center;
    margin:auto
}