﻿body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.privacy-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 8px;
}

h1, h2, h3 {
    color: #007bff;
}

p {
    margin-bottom: 15px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

    ul li {
        margin-bottom: 10px;
    }

.privacy-contact-info {
    margin-top: 20px;
}

    .privacy-contact-info p {
        margin: 5px 0;
    }

.privacy-header, .privacy-footer {
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.privacy-header {
    margin-bottom: 20px;
}

.privacy-footer {
    margin-top: 20px;
}

    .privacy-footer a {
        color: white;
        text-decoration: none;
    }
    .privacy-footer a:hover{
        color:#ccc;
    }
