﻿.privacy-container {
    width: 80%;
    margin: 40px auto;
    background: #111;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    line-height: 1.6;
}

.privacy-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff; 
}

    .privacy-container h3 {
        margin-top: 20px;
        color: #fff;
    }

.privacy-container a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.privacy-container a:hover {
    color: #40e0d0;
}
