@charset "uft-8";

@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,600');

* {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    margin: 0.5rem;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

header,
footer {
    background-color: orange;
    margin: 0.5rem;
    padding: 0.8rem;
    text-align: center;
}

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

li,
ul {
    list-style: none;
}

section a:hover {
    color: orange;
}

a:hover {
    color: blueviolet;
}

header h1 {
    color: blueviolet;
    text-align: center;
    font-size: 1.9rem;
    margin: 1rem;
    font-weight: 600;
}

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

}

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

main article h2 {
    font-weight: 500;
    color: dimgrey;
}

.personal {
    display: flex;
    flex-direction: row;
    border-right: solid 1px black;
    padding: 5px;
}

section h4 {
    color: orange;
}

section div h5 {
    color: blueviolet;
    font-weight: 600;
}

section h3 {
    color: blueviolet;
    padding: 1rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
}

section p {
    font-size: 0.8rem;
    color: dimgrey;
}

section a {
    color: blueviolet;
    font-size: 0.8rem;
}

section img {
    width: 25%;
    padding: 0.5rem;

}

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

aside h4 {
    color: lightseagreen;
}

div h5 {
    color: blueviolet;
}

#unico {
    font-family: sans-serif;
}


#datos {
    font-size: 0.7rem;
}

footer p {
    font-size: 0.6rem;
    color: white;
    font-weight: 300;
}

.clase {
    color: white;
    font-weight: 500;
    background-color: lightseagreen;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
}

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