body {
    font-family: 'Poppins', sans-serif ;
    margin: 0;
    box-sizing: border-box ;
    margin: 0;
    padding: 1em;
    background: linear-gradient( rgb(145, 123, 133),rgb(212, 183, 197) );
}
header {display: block;
}
.logodgpc img {
    height: 3em;
        background-color: rgb(128, 163, 162);
        
}
nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
li {
    display: list-item;
    text-align:center;
}
nav ul li a {
    display: flex;
    background-color: #968396;
    border-radius: 0.3em;
    text-decoration: none;
    text-align: center;
    color: white;
    margin: 0.2em;
    padding: 0.2em 0.4em 0.2em 0.4em;
}
nav ul li a:hover{
    background-color: rgb(254, 247, 250);
    color: rgb(128, 163, 162);
  }
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.contenedor {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
}
nav {
    display: block;
}

.agusvega {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-bottom: 2em;
    padding-top: 2em;
    border-radius: 0.3em;
   
}
.perfil  {
    display: flex;
    justify-content: center ;
    background-color: #968396 ;
    
}  
#avatar {
    width: 20%;
    border-radius: 0.4em;
}
.alumno {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.informacion {
    text-align: center;
    padding-top: 1em;
    width: 100%;
}
.portfolio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.portfolio a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
h1 {
    font-weight: bold;
    
    color: aliceblue;
}
h2 {
    text-align: center;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: aliceblue;
}
h3 {
    text-align: center;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
main {
    display: block;
}
#mv24 {
    padding-top: 3em;
}
.teammv24{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
div {
    display: block;
}
#navequipo {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
}

.cursando {
    display: block;
    width: 13em;
    height: 13.5em;
    padding: 2em 2em 2em 2em;
    margin-top: 2em;
    color: white;
    background: #968396;
    border-radius: 0.3em;
    border: 1px solid;
}
.materias {
    display: block;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-top: 1em;
}
section {
    display: block;
}
aside {
    display: block;
}
#uba{
    padding: 2em 2em 2em 2em;
    background:#968396;
    color: white;
    width: auto;  
}
#uba img {
    height: 4em;
}
#fadu {
    padding: 2em 2em 2em 2em;
    background: rgb(128, 163, 162);
    color: white;
}
#fadu img {
    height: 4em;
    justify-content: center;
}
#dgpc {
    padding: 2em 2em 2em 2em;
    background: #968396;
    color: white;
}
#dgpc img {
    height: 4em;
}
footer {
    background-color: white;
    color: black;
    font-size: .7em;
    padding: 1em 2em 1em 2em;
    border-radius: 0.3em;
    border: 1px solid;
}
html {
    display: block;
}
aside {
    display: block;
}