body {
    margin: 0;
    padding: 0;
    background: #eee;
    text-align: center;
}

.contenedor {
    margin: 5px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #c4c3c2;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 50px;
    background: #B23A48;
    width: 100%;
    
}
.contenedor ul {
    list-style: none;
    display: flex;
    padding: 0;
}
.contenedor ul li {
    margin-left: 20px;
    margin-right: 20px;

}
.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: 350px;
    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: 'Abril Fatface', cursive;
    font-weight: 600;
    margin: 0;
    font-size: 40;
}
h2 {
    font-family: 'Lobster', cursive;
    color: #B23A48;
    margin: 0;
}
.datos {
    margin-left: 20;
    margin-right: 20;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

h3 {
   color: #8C2F39;
   font-family: 'Abril Fatface', cursive;
   font-size: 30px;
   text-align: center;
   font-weight: 500;
   padding: 6px;
   margin-bottom: 5px;
   margin-top: 80px;

}
h4 {
    margin-bottom: 0;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400
}
p {
    font-family: 'Montserrat', sans-serif;
}

.materias div {
    display: inline-block;
    margin-left: 45px;
    margin-right: 45px;
}
.materias {
    background: #8C2F39;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px
    
}

.contenido {
    font-size: 11px;
    background: #ccc;
    margin: 0;
    padding: 10px;

}

.distancia {
    max-width: 100%;
    height: auto;
}
.uba {
    width: 200;
    margin-left: 40;
    margin-right: 40;
    margin-bottom: 10px;
}
.fadu {
    width: 200;
    margin-left: 40;
    margin-right: 40;
    margin-bottom: 10px;
}
.dgpc {
    width: 20%;
    margin-left: 40;
    margin-right: 40;
    margin-bottom: 15px;
}