
.privacy-body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
}

.privacy-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #111; 
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
}

.privacy-title {
    color: yellow;
    font-size: 32px;
    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; 
    padding-left: 0; 
}


.privacy-list li {
    padding-left: 5px; 
}

.cookie-container {
    background-color: #111; 
    color: #f1f1f1; 
    padding: 30px;
    border-radius: 10px;
    max-width: 900px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.cookie-title {
    font-size: 26px;
    font-weight: bold;
    color: #e0e904;
    text-align: center;
    margin-bottom: 20px;
}

.cookie-list {
    list-style: none; 
    padding-left: 0;
}

.cookie-list li {
    padding-left: 5px; 
    font-size: 18px;
    margin-bottom: 10px;
}

.cookie-highlight {
    font-weight: bold;
    color: #e0e904; 
}


