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

.container {
    width: 80%;
    max-width: 1200px;
    padding: 30px 50px;
    text-align: left;
    box-sizing: border-box;
}

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

h2 {
    color: #5050A0;
    font-size: 1.75em;
    margin-bottom: 0.5em;
    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.10em;
    line-height: 1.2;
    margin-bottom: 1.5em;
}

li {
    font-size: 1.10em;
    line-height: 1.2;
    margin-bottom: 1.5em;
}

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