body {
    font-family: Inter, Sans-serif;
    background: url("/img/backgroundOfferteDiEnergia.jpg");

    /*background-size: cover;
    background-position: top, center;
    background-repeat: no-repeat;*/

    background-attachment: fixed;
    background-size: cover;
    background-position: center;

    line-height: 1.6;
    color: #333;
    max-width: 900px;
    margin: 20px auto;
    padding: 0 20px;
}

h1 {
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

h2 {
    font-size: 1.1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 30px;
    text-transform: uppercase;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

th, td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: left;
    vertical-align: top;
    font-size: 0.95rem;
}

th {
    background-color: #f9f9f9;
}

a {
    color: #0056b3;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.headerText {
    padding: 10px 5px;
    color: #FFF;
    font-size: 30px;
}

.privacyText {
    padding: 20px 15px;
    background-color: #FFF;
    border-radius: 5px;
}

.subtitle {
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
}

.highlight {
    font-weight: bold;
}

.updateDate {
    text-align: right;
    font-style: italic;
    font-size: 12px;
}

.footer {
    margin-top: 40px;
    font-size: 0.9rem;
    border-top: 2px solid #333;
    padding-top: 20px;
}