body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4f6f8;
    color: #333;
    line-height: 1.6;
}

header {
    background-color: #1e88e5;
    color: white;
    padding: 20px;
    text-align: center;
}

.subtitle {
    font-size: 14px;
    margin-top: 5px;
}

.privacy-policy {
    max-width: 900px;
    margin: 30px auto;
    background: white;
    padding: 25px;
    border-radius: 8px;
}

.privacy-policy h2 {
    color: #1e88e5;
    margin-top: 25px;
}

.privacy-policy ul {
    margin-left: 20px;
}

.privacy-policy li {
    margin-bottom: 6px;
}

.warning {
    background: #fff3cd;
    padding: 12px;
    border-left: 4px solid #ff9800;
    margin-top: 10px;
}

.email {
    font-weight: bold;
}

a {
    color: #1e88e5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 15px;
    background-color: #eeeeee;
    font-size: 14px;
}
