body {
    background-color: #FEFEFE;
    font-family: verdana, helvetica, sans-serif;
    color: #000000;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    padding: 5px 10px;
    text-align: left;
    box-sizing: border-box;
}

h1 {
    color: #A03050;
    font-size: 3.250em;
    margin-bottom: 0.15em;
    text-align: center;
}

h2 {
    color: #A03050;
    font-size: 1.15em;
    margin-bottom: 0.25em;
    text-align: left;
}

h3 {
    color: #000000;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    text-align: center;
}

h4 {
    color: #5050A0;
    font-size: 0.95em;
    margin-bottom: 0.5em;
    text-align: center;
}

.parrafo {
    font-size: 1.00em;
    line-height: 1.00;
    margin-bottom: 1.5em;
}

li {
    font-size: 0.90em;
    line-height: 1.00;
    margin-bottom: 0.75em;
}

.pie {
    font-size: 0.75em;
    line-height: 1.0;
    margin-bottom: 1.5em;
}
