@charset "uft-8";

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

* {
    margin: 0.2rem;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

a {
    text-decoration: none;
    color: teal;
}

nav a {
    color: papayawhip;
}

nav a:hover {
    color: orange;
}

ul {
    list-style: none;
}

a:hover {
    color: orange;
}

body {
    font-family: 'Josefin Sans', sans-serif;
}

aside {
    text-align: center;
}

header,
footer {
    background-color: teal;
    margin: 0.5rem;
    text-align: center;
    padding: 2rem;
    text-align: center;
    color: white;
}

header div h1 {
    color: orange;
    text-align: center;
    font-size: 1.9rem;
    margin: 1rem;
    font-family: sans-serif;

}

header div img {
    width: auto;
    height: 80px;
    margin: 1em;
}

.destacado {
    color: gold;
}

#datos {
    font-size: 0.7rem;
    line-height: 1rem;
    padding: 2rem;
    border-bottom: solid 1px black;
}

footer p {
    font-style: italic;
    font-size: 0.8rem;
    color: wheat
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

main a {
    font-size: 1.8rem;
}

main {
    display: flex;
    justify-content: space-around;
    margin: 1rem;
    padding: 2rem;

}

main section {
    display: flex;
    flex-direction: row;
    border-right: solid 1px black;
    padding: 5px;

}

main section a {
    display: flex;
    text-align: left;
    padding: 5px;

}

main section p {
    display: flex;
    text-align: left;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    font-size: 1rem;
}

#perfil {
    max-width: 125px;
    border-radius: 50%;
    width: auto;
    flex-wrap: wrap;
    align-content: flex-end;
}
