body {
    font-family: Garamond, serif;
    background-color: #fafafa;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.legal-container {
    max-width: 900px;
    background: #fff;
    margin: 3rem auto;
    padding: 2rem 3rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #002b80;
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
}

h2 {
    color: #002b80;
    font-size: 1.3rem;
    margin-top: 1.5rem;
}

.update-date {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-bottom: 2rem;
}

ul {
    margin-left: 1.2rem;
}

a {
    color: #0038a8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 2rem;
    padding-top: 1rem;
    color: #777;
    font-size: 0.9rem;
}