body {
    font-family: 'Josefin Sans', sans-serif;
    background-color: black;
    font-family: sans-serif;
    
}

figure img {
    max-width: 100%;
        height: auto;
        }

img{
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    }

#menu{
    list-style-type: none;
    padding-bottom: 0em;
    padding-left: 0em;
    overflow: hidden;
    background-color: khaki;
    display: flex;
    justify-content: center;
}


#menu li{
    float:left;
}

#menu li a{
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    color: black;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li a:hover {
  background-color: sandybrown;
    }

.datos{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.8em;
    color: white
}

h{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2em;
    color: black;
    font-weight: bold;
    margin-top: 1em;
}

h1{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2em;
    color: black;
    font-weight: bold;
    margin-top: 1em;
}

h2{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2em;
    color: black;
    font-weight: bold;
    margin-top: 1em;
}


li{
    list-style-type: none;
    display:block;
    text-align: left;
    
    }
li a{
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    color: black;
    text-decoration:none;
}
img{
    vertical-align: middle;
    margin: 0.5em;
}
footer{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.8em;
    color: white;
    border-radius: 25px;
    background-color: black;
    box-sizing: border-box;
    margin: 2em;
    padding: 2em;
    text-align: left;
    list-style-type: square;
    border-width: 1px;
    border-style: solid;
    border-color: white; 
    border-radius: 2em;
    
    
}

ul{
    list-style-type: square;
}


#datosintegrante{
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 25px;
    background-color: white;
    box-sizing: border-box;
    margin: 2em;
    padding: 2em;
    text-align: center;
}

#datosintegrante #nombre{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2em;
    color: black;
    font-weight: bolder;
    margin-top: 1em;
}
#datosintegrante .materias{
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 0.2em;
    font-size: 0.8em
}
#datosintegrante p{
    margin: 0.5em;
}
#datosintegrante img{
    border-radius: 50px;
}

#materias{
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 25px;
    background-color: lightpink;
    box-sizing: border-box;
    margin: 2em;
    padding: 2em;
    text-align: left;
    list-style-type: square;
    display: flex;
    flex-basis: 50%;
    flex-wrap: wrap;
    justify-content: center;
    }

#datosacademicos{
    border-radius: 25px;
    background-color: black;
    box-sizing: border-box;
    margin: 2em;
    padding: 2em;
    text-align: left;
    list-style-type: square;
    border-width: 1px;
    border-style: solid;
    border-color: white; 
    border-radius: 2em;
}

#grupo{
    font-family: 'Josefin Sans', sans-serif;
    color: black;
    border-radius: 25px;
    background-color: khaki;
    box-sizing: border-box;
    margin: 2em;
    padding: 2em;
    }

#ilus{
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    border-radius: 25px;
    background-color: blue;
    box-sizing: border-box;
    margin: 2em;
    padding: 2em;
    text-align: left;
    list-style-type: square;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }