body {
    margin: 0;
    font-family: sans-serif;
    line-height: 1.6;
    padding: 0 1.25rem 1.875rem;
    color: #605f5f;
    background-color: #f1f1f1;
}

h1, h2, h3 {
    margin-top: 1.875rem;
}

.politica {
    font-size: 2rem;
    margin-top: 4rem;
}

a {
    text-decoration: none;
    color: #0c0c7f;
}

a:hover {
    text-decoration: none;
}

.legal-main {
    background-image: url("../images/border-header.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 4rem 1.4rem 0;
}

.legal-list {
    padding: 1rem 2rem;
}

footer {
    margin-top: 3.75rem;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 600px) {
    body {
        padding: 0 0.938rem 1.25rem;
    }
}