@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Tauri');
@import url('https://fonts.googleapis.com/css?family=Lato');

*
{font-family: 'Lato', sans-serif;
text-align: center}

body {background-color: white
}

h1 {
    font-family: 'Tauri', sans-serif;
    text-align: center
}

header {background-color: darkorange}

div nav ul {
    padding: .8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    
}


div nav ul a {
    margin-top: 4rem;
    color: darkorange;
    text-decoration: none;
    letter-spacing: .06rem;
    font-size: 12px;
    font-weight:bold; 
}


}

img {
    width= "50%";;
}
header nav ul li a {
    color: darkorange;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    
}

h1{background-color: darkorange;
color: white;
font-size: 40px}

main section { 
    margin: 0 0 2em;
}

main section h3 {color: darkorange}

main section a {
    color: #e87f15;
    text-decoration-style: none;
    font-style: italic;
}

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

header img {
    display: block;
    height: 5em;
    margin: auto;
    margin-bottom: 3em;
}

aside div {
    font-family: 'Tauri', sans-serif;
    color: darkorange;
    margin-top: 1em;
}

footer {
    background-color: darkorange;
    color: white;
    font-size: 70%;
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
        
}

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