/* Refactored with chatGPT on 18th October 2024, UK */

.privacyContainer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.privacyContainer h1 {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.privacyContainer h2 {
    font-size: 1.5em;
    color: #4CAF50;
    margin-top: 20px;
}

.privacyContainer p {
    margin-bottom: 15px;
    color: #555;
}

.privacyContainer a {
    color: #4CAF50;
    text-decoration: none;
}

.privacyContainer a:hover {
    text-decoration: underline;
}
