nav ul {
    display: flex;
    justify-content: center;
    gap: 8em;
    padding: 1.5em;
    background: #2B2B29;
    list-style: none;
}

nav ul li a {
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

nav ul li a:hover {
    color: grey;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

body {
    background: radial-gradient(circle at center, #f5e0bd 0, #fff7ec 100%);
}

ol{
    border: dashed;
    border-color: #E4AF4E;
    border-width: 5px;
    width: fit-content;
    margin: 40px auto;
    padding: 20px 60px 20px 60px;

}

li {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 25px;
    text-indent: 0.5em;
}

p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 30px;
    margin-top: auto;
    text-indent: 0.5em;
}

h1 {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 70px;
    letter-spacing: 10px;
    text-shadow: grey 3px 3px 5px;
}

h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
}

h3 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

footer {
    display: flex;
    justify-content: center;
    padding: 1.5em;
    margin-top: 5em;
    background: #2B2B29;
}

#ultimo {
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

figure img {
    border:solid;
    border-width: 0.3em;
    border-color: #2B2B29;
    width: 700px;
    display: block; 
    margin: auto;
    margin-top: 2em;
    margin-bottom: 1em;
    box-shadow: grey 10px 10px 15px;
}

figcaption{
    text-align: center;
    padding: 1em;
}

section{
    margin-left: 5em;
    margin-right: 5em;
}

span{
    font-style: italic;
}

em{
    font-style: normal;
}

strong{
    font-weight: normal;
}

table {
    width: 75%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 50px auto 70px auto;
}

th {
    background: #f0f0f0;
    padding: 12px;
    border: solid;
    border-width: 3px;
    border-color: #ccc;
}

td {
    padding: 10px;
    border: solid;
    border-width: 2px;
    border-color: gray;
}

.musculo {
    background: #dbdbdb;
    border: solid;
    border-width: 3px;
    border-color: #bbb;
}

main {
    margin: 0 8em 0 5em;
}

aside {
    /*Estas tres cosas las tuve que buscar*/
    position: fixed; /* Hace que siempre esté visible */
    right: 20px; /* Lo pega  a la derecha */
    top: 50%; /* Lo centra verticalmente */
    
    width: 100px;         
    padding-left: 15px;
    border: solid #E4AF4E 5px;
    border-right: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

aside a img{
    width: 50px;
    margin: 0 20px 10px;
}