* {
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 0;
    margin: auto;
}

header {
    
    color: aliceblue;
    background-color: #08477e;
    box-shadow: 0px 8px 6px -6px #000;
    padding-bottom: 10
}

h1 {
    font-size: 1.5rem;
    text-align: center;
    text-shadow: 1px 1px #000; 
    font-weight: 700; 
    border: 0;
    margin: 0 0 0 0;
    padding: 0;
}

h2 {
    text-align: center;
    font-weight: 100;
    font-size: 0.8rem;
    margin: 0 0 10 0;
}

#avatar {
    padding: 5px;
    border: 2px solid white;
    border-radius: 50%;
    height: 7em;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}
  
h3
{
    text-align: center;
}

ul {
    font-weight: 700;
    font-size: 0.8rem;
    color: black;
    text-align: center;
}

li {
    background-color: #ff8000;
    height: 2em;
    box-shadow: 6px 6px 10px -8px #000;
    margin: 15;
}
    
a { 
    text-decoration: none;
}

#inicio {
    text-align: center;
    background-color: #ff8000;
    height: 2em;
    box-shadow: 6px 6px 10px -8px #000;
    margin: 15;
    font-weight: 700;
    font-size: 0.8rem;
    color: aliceblue;
    text-align: center;
}

footer {
    
    color: aliceblue;
    text-align: center;
    font-weight: 100;
    font-size: 0.8rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #08477e;
    margin-top: 3;
}