* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', arial, helvetica, sans-serif;
    text-decoration: none;
}


header {
    display: flex;
    flex-direction: column;
    background-color: #dfdfdf;
    align-items: center;
    margin: 2em;
    border-radius: 4em;
}

header nav{
    min-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
}

header nav ul li{
    padding: 0.5em;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #c8c8c8;
    min-width: 100%;
    font-size: 3em;
    font-weight: bolder;
    margin-top: 0.5em;
    border-radius: 2em;
    
}

header nav ul a{
    color: #586786;
}

header nav ul a:hover li{
    background-color: #586786;
    color: white;
}


header img{
    display: block
    min-width: 100%;
    height: 12em;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
}

body{
    background-blend-mode: 
}
main{
    margin: 2em;
    padding: 2em;
    border-radius: 4em;
    background-color: #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

main section{
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-top: 2em;
    min-width: 100%;
    text-align: center;
    list-style: none;
}

main section h1{
    font-size: 4em;
    text-align: center;
    text-transform: uppercase;
    color: #586786;
}

#mateo{
    width: 35em;
    border-radius: 100%;
    margin-top: 2em;
    margin-bottom: 8em;
    align-self: center;
}

main section h2{
    margin-left: 3em;
    margin-right: 3em;
    font-size: 3em;
    font-weight: bolder;
    text-transform: uppercase;
    color: #586786;
    margin-bottom: 1em;
    border-bottom: .1rem solid #3a3c4d;
    padding-top: .5em;
    padding-bottom: .5em;
}

main section h3{
    font-size: 2.5em;
    font-weight: bold;
    color: #586786;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

main section p{
    font-size: 3em;
}

main section li{
    font-size: 1em;
    margin-bottom: 1em;
}

#links{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 5em;
    margin-right: 5em;
}

#links img{
    width: 3em;
}