
.privacy-body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
}

.privacy-container {
    background-color: #111; /* Siyah Arka Plan */
    color: #f1f1f1; /* Açık Gri Yazı */
    padding: 30px;
    border-radius: 10px;
    max-width: 900px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.privacy-title {
    font-size: 26px;
    font-weight: bold;
    color: #e0e904;
    text-align: center;
    margin-bottom: 20px;
}

.privacy-text {
    font-size: 16px;
    line-height: 1.6;
}

.privacy-emoji {
    font-size: 18px;
    margin-right: 5px;
}

.privacy-section {
    margin-bottom: 20px;
}

.privacy-contact {
    text-align: center;
    margin-top: 30px;
}

.privacy-contact a {
    color: yellow;
    text-decoration: none;
    font-weight: bold;
}

.privacy-contact a:hover {
    text-decoration: underline;
}

.privacy-back-link {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #e0e904;
    text-decoration: none;
}

.privacy-back-link:hover {
    text-decoration: none;
}

.privacy-list {
    list-style: none; /* Bullet noktalarını kaldırır */
    padding-left: 0;
}

.privacy-list li {
    padding-left: 5px; /* Sol boşluğu ayarlar */
    font-size: 18px;
    margin-bottom: 10px;
}

.privacy-highlight {
    font-weight: bold;
    color: #e0e904; /* Sarı Vurgu */
}