body{
    background-image: url (fondo.jpg); 
    background-color: darkblue;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin:auto; }

header .contenedor{ 
    background-image: url (fondo2.jpg);
    background-color: transparent;
    display: flex;
    flex-direction: r;
    justify-content: space-around;
    align-items: center;
    }

header ul{ display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 2em;}

header ul li{display: flex;
justify-content: space-between;
padding: 6px;
background-color: transparent;
margin:5px;
border-radius: 10%;
}

header ul li a { width: 100%;
    height: 50%;
    color: white;
    display: flex;
    background-color: transparent;
    font-family: "helvetica", sans-serif;
    }

main{display: flex;
flex-direction: column;
align-items: center;}

.usuario{display: flex;
    margin:auto;
    text-align: center;
flex-direction: column;
}

ul{
    font-family:serif;
    font-size: 80%;
}

#dgpc{display: block; 
    justify-content: center;
    width: 5em;
    align-items: center;
    }

#materias {
    display:flex;
    justify-content: center
    
}

#fede{margin-top: 20px;
    width: 50%;
    height: auto;

}

#fede2{margin-top: 20px;
    width: 20%;
    height: auto;

}

#gif{margin-top: 5px;
    width: 30%;
    height: 10%;
    margin-bottom: 5px;

}
#nombre{margin-top: 10px;
    width: 80%;
    height: 10%;
    margin-bottom: 10px;

}
#torre{margin-top: 10px;
    width: 70%;
    height: 60%;
    margin-bottom: 30px;

}
#materias{flex-direction: row

}

p{
    color: white;
    font-family: "helvetica", sans-serif;
    margin: 3em;
}
tpindividual{
    margin: auto;
    margin-bottom: 90px
}
#materiastitulo{flex-direction: column;
    margin:auto
}

#aprobadas{ margin-top: 0px;
    width: 30%;
    height: 10%;
    margin-bottom: 5px
}
#cursando{ margin-top: 0px;
    width: 20%;
    height: 10%;
    margin-bottom: 5px
}

h6{
    flex-grow
    align-content: center;
    font-size: 90%;
    margin: auto
}

h0{
 
    flex-grow
    text-align: center
}


h1{
 
    flex-grow
    margin: auto;
    color: #f9f1e8;
    font-family: "helvetica", sans-serif;
    font-size: 2em;
    text-align: center
}


h2 {
    color: deepskyblue;
    margin: auto;
    font-family: "helvetica", sans-serif;
    font-size: 2em;
    }


h3{
    color: deeppink;
    margin: auto;
    font-family: "helvetica", sans-serif;
    font-size: 2em;
}

ul{
    list-style: none;
    margin: auto;
    padding: 3em;
    font-family:"helvetica", sans-serif;
    color: white;
}

footer{
    background-color: transparent;
    color: white;
    margin: 0;
    padding: 1em;
    text-align: center;
    font-family: "helvetica", sans-serif;
}