*{
    padding: .1em;
    box-sizing: border-box;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

header h1{
    font-size: .5em;
    margin: 1em;
}

.links{
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    list-style-type: none;
    text-decoration: none;
    font-size: .8em;
    background-color: #f9638b; 
    color: white;
}

.linktp{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: white;
    list-style-type: none;
    text-decoration: none;
    background-color: #f9638b;
}

.sobremi{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
}

.sobremi p {
    font-size: .8em;
}
main article img {
    height: 225px;
}

body{
    background-color: whitesmoke;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 1em;
}

footer {
    font-size: .5em;
    margin-top: 2em;
}

aside {
    font-size: .7em;
    margin-top: 4em;
}

.materias{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    font-size: .9em;
}

section img{
    height: 13em
}