body {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background: #eee;
    text-align: center;
}

.contenedor {
    margin: 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #c4c3c2;
    font-family:sans-serif;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 50px;
    background: #D5B942;
    
} 
.contenedor ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}
.contenedor ul li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}
.contenedor ul li a {
    text-decoration: none;
    color: #ccc
    
}
.contenedor ul li a:hover {
    color: #000;
}

.usuario img {
    border-radius: 100%;
    box-shadow: 5px 10px 10px #c4c3c2;
}
figure {
    max-width: 100%;
    height: auto;
}
.sobremi {
    width: 320px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    min-height: 30vh;
    box-shadow: 5px 10px 20px #deced0;
    
}
h1 {
   font-family: monospace;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}
h2 {
    font-family: monospace;
    color: #D5B942;
    margin: 0;
}
.datos {
    margin-left: 10px;
    margin-right: 10px;
    font-family: sans-serif;
    font-size: 14px;
}

h3 {
   color: #D5B942;
   font-family: monospace;
   font-size: 30px;
   text-align: center;
   font-weight: 500;
   padding: 6px;
   margin-bottom: 10px;
   margin-top: 80px;

}
h4 {
    margin-bottom: 0;
    font-family: monospace;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    font-weight: 550;
}
p {
    font-family: sans-serif;
    margin-left: 10px;
    margin-right: 10px,
}

.materias div {
    display: flex;
    flex-direction: column;
   justify-content: center;
    align-content: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 5px; 
}
.materias ul{
    list-style: none;
    padding-left: 0;
}

.materias {
    background: #D9D375;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px
}

.materias ul li{
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.encurso{
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.contenido {
    font-size: 10px;
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

.uba {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 200;
   
}
