@charset"utf-8";

* {
    font-family: monospace, Arial, sans-serif;
    background-color: whitesmoke;
    color: black;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;

}

header {
    display: flex;
    background-color: darkred;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-between;
    padding: 0.5em;
    border-radius: 15%;
    border: 3em;
    border-width: 0.8em;
    border-style: double;
    border-color: white;
    margin: 0.5em 5% 0.5em 5%;
}

header nav {
    border-radius: 2em;
    border: 0.5em;
    background-color: darkred;
    border-width: 0.7em;
    border-style: double;
    border-color: white;
}

header ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0.5em;

}

header ul a {
    display: block;
    padding: 0.1em 0.5em 0.1em 0.5em;
    text-decoration: none;
    color: darkred;
    font-weight: bold;

}

.navegacion {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 1.5em;
}

header p2 {
    margin: 1em;
    font-size: 1.5em;
}


header p2 a {
    font-size: 0.9em;
    padding: 0.3em;
    background-color: red;
    color: white;
    text-decoration: none;
    border: 0.5em;
    border-width: 0.3em;
    border-style: double;
}

header p2 a:hover {
    font-size: 0.9em;
    padding: 0.3em;
    background-color: dimgrey;
    color: white;
    text-decoration: none;
}

header div {
    background-color: darkred;
}

header .perfil {
    border-radius: 50%;
    margin: 0.5em;
    border: 3em;
    background-color: darkred;
    max-width: 100%;
    border-width: 0.8em;
    border-style: double;
    border-color: white;
}

header h1 {
    max-height: inherit;
    max-width: inherit;
    font-size: 1.8em;
    padding: 0.5em;
    color: white;
    background-color: darkred;
    text-shadow: 0rem 0rem 0.5rem;
    font-size: 4vmin;
}

main,
footer {
    text-align: center;
    display: flex;
    background-color: darkred;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-between;
    padding: 0.5em;
    border: 3em;
    border-width: 0.8em;
    border-style: double;
    border-color: white;
    margin: 0.5em 5% 0.5em 5%;
}

aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: darkred;
    padding: 1%;
    box-sizing: content-box;
    margin-left: 25%;
    margin-right: 25%;
    border: 3em;
    border-width: 0.8em;
    border-style: double;
    border-color: white;
}

aside ul li {
    list-style: none;
}

aside a {
    text-decoration: none;
}

footer {
    font-size: 65%;
    margin-right: 15%;
    margin-left: 15%;
}
