.privacy-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1.5px solid #ccc;
}

.privacy-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #2c3e50;
    font-weight: bold;
}

.privacy-content {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}
