/* Private Policy */

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
}

main {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

header {
    background-color: #007bff;
    color: white;
    padding: 20px;
    text-align: center;
    border-bottom: 5px solid #0056b3;
}

header h1 {
    font-size: 2.5em;
    margin: 0;
}

section {
    margin-top: 20px;
}

h2 {
    color: #007bff;
    font-size: 1.8em;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 1em;
    margin-bottom: 15px;
}

.date {
    font-weight: 400;
    font-style: italic;
}

.contact {
    list-style-type: none;
}

footer {
    text-align: center;
    margin-top: 30px;
    padding: 10px 0;
    background-color: #f4f4f4;
    color: #555;
    font-size: 0.9em;
    border-top: 1px solid #ddd;
}

footer a {
    color: #007bff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    main {
        margin: 20px;
        padding: 15px;
    }

    header h1 {
        font-size: 2em;
    }
}
