@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

header img {
    border-radius: 10rem;
}

h1 {
    margin: 4;
}

h1 a {
    text-decoration: none;
}

h2 {
    margin: 2;
}

.menu nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 1rem;
}

.menu nav ul li {
    list-style-type: none;
    display: list-item;
    justify-content: center;
    
}

.menu ul li a {
    text-decoration: none;
    color: black;
    padding: 1rem;
}

.menu ul li a:hover {
    color: #4fc5d4;
}

ul {
    list-style-type: none;
}

.materiasaprobadas {
    padding: 1rem;
    margin: 1rem;
    background-color: #c8effd;
    width: 300;
    height: 400;
    margin: auto;
    
}

.integrantes {
        padding: 0.5rem;
    margin: 10 0 10 0;
}


.integrantes ul {
     display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 0.5rem;
}


.integrantes ul li a {
        color: black;
    padding: 0.5rem;
    text-decoration: none;
    }

.integrantes ul li a:hover {
    color: #4fc5d4;
}


.integrantes ul li {
    list-style-type: none;
}


.docentes {
       padding: 0.5rem;
    margin: 10 0 10 0;
}

.docentes ul{
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin-top: 0;
}

.docentes ul li{
    padding: 1rem;
}

.descripcion {
    padding: 0.5rem;
    margin: 10 0 10 0;
}

footer {
    background-color: black;
    color: white;
    padding: 1rem;
    text-align: center;
    font-size: 0.8rem;
}