* {margin: 0;
   padding: 0;
   box-sizing: border-box;}

img {margin: auto;
    display: block;
    border-radius: 50%;
    max-height:7em;
    max-width: 7em;
    
    }
   

body {font-family: 'Raleway', sans-serif;
    background-color: ghostwhite;}


h1 {font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 0.3em;
    color: deeppink;}

h2 {text-align: center;
    font-size: 1.7em;
    color: hotpink;
    margin-bottom: 0.7em;}

header {height: 3em;
        display: block;
        }

nav { width: 90%;
     margin:auto;
    list-style: none;
    
    
}

header nav ul {
           display: flex;
            flex-direction: row;
           list-style: none;
            
}

header ul li a {display: block;
                text-decoration: none;
                font-weight: lighter;
                text-align: center;
               box-sizing: border-box;
               background-color: black;
               color: white;
               padding: 0.3em;
               align-items: stretch;
               font-size: 1em;
                justify-content: space-between;
               list-style: none;
}

#logo {max-height:4em;
    max-width:6em;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    margin-right: 0.4em;
    margin-left: 6em;}


.alumnas {display: flex;
            flex-direction: row;
            margin-top: 1em;
            justify-content: space-around;}

.alumnas h3 {text-align: center;
            justify-content: space-between;
            text-decoration: none;
            color: deeppink;
            list-style: none;}

h4 {font-weight: bolder;
    display: block;
    margin: auto;
    color: deeppink;
    font-size: 1.3em;}

h5{
    color:#BF6764;
}

p { display:block;
    margin:auto;
    font-size: 1em;
margin-top: 0.7em;}

.app {margin-top: 1em;
    margin-bottom: 1em;
    background-color: antiquewhite;
    padding: 2em;
    text-align: center;
    font-size:1em;}


.datosacademicos {
    background-color: #BDBBBA;
    padding: 0.6em;
    display: block;
        margin: auto;
      align-items: stretch;
    margin-bottom: 1em;
    }


footer {margin-top: 1em;
        font-family: 'Raleway', sans-serif;
        font-size: 0.6em;
        padding: 2em;
        background-color: lightgrey;
text-align: center;}
                