*{
    box-sizing: border-sizing;
    margin: 0em;
    padding:0em;
    list-style-type: none;

}

body {
    background-color: lavender;
color: black;
   padding: 1em;
}


body header{
    display: flex;
    justify-content: space-between;
    align-items: auto;
    padding: 0.5em 0.5em 0.5em 0.5em;
    
}

header ul {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    width: auto;
    background-color: darkviolet
}

header {
    background-color: blueviolet;
    width: 100%;
    width: 100%;
    font-size: 9pt;
  
}

header nav ul{
    margin: 0.5em;
    padding: 0.1em;
    
}

header nav ul li a {
    background-color: #5fc45f;
    color: lavender;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 8pt;
    display: flex;
    justify-content: space-between;
    padding: 0em;
    margin: 0.7em;
}

div { 
    background: gold;
    padding: 1em;
    display:flex;   
}

div img { 
    height: 200px;
    margin: auto;
    display: block;
    
 }


.bold {
    display: block;
    height: auto;
    align-content: flex-start
    color: #f5ba29;
    font-size: bold;
}
 h1{
    background-color: #f5ba29;
    color: darkslategrey;
    font-family: monospace;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: baseline;  
}

.parte1 p  {
    font-size: 9pt;
    padding: 1em;
    font-family: sans-serif;
    color: black;
    text-align: center;   
 }   

h2,
h3 {
    background-color:darkslategrey;
    color: #f5ba29;
    font-family: sans-serif;
    margin:  0.5em 0.5em 0.5em 0.5em;
    font-size: 11pt;
    padding: 0.7em;
    font-size: bold;
    display: flex;
    justify-content: center;
    align-items: baseline;
    
}

h4 {
    
    background-color:  gold;
    color: darkslategray;
    font-family: sans-serif;
    margin: auto;
    font-size: 10pt;
    padding: 1.5em;
    font-size: bold;
    display: flex;
    justify-content: center;
    align-items: baseline;
    
}


.lista  {
    background-color:  darkslategrey;
    color: #f5ba29;
    font-family: sans-serif;
    margin:  0.5em 0.5em 0.5em 0.5em;
    font-size: 9pt;
    padding: 0.5em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    
    
}

footer {
    background-color: darkviolet;
    margin:5em 0em 0em 0em;
    padding: 1em;
    color: lavender;
    font-family: monospace;
    font-size: 8pt;
    
    }