.h{
    color: #ff7043;
    text-shadow: 0px 0px 15px rgba(255, 112, 67, 0.8);
}
.hi{
    color: #7e57c2;
}
h2{
    color: #ff7043;
}
h3{
    color: white;
}
.privacy-box {
    width: 100%;
    max-width: 1300px;
    margin: 30px auto;
    padding: 20px;
    background: #222;
    border-radius: 12px;
    border: 2px solid #7e57c2;
    box-shadow: 0px 4px 15px rgba(255, 112, 67, 0.2);
    text-align: left;
}
.privacy-content {
    color: white;
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
}
.privacy-box ul {
    color: white;
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
    list-style-type: disc; /* Ensures normal bullet points */
    padding-left: 20px; /* Adds spacing for bullets */
}

.privacy-box ul li {
    font-family: 'Playfair Display', serif !important;
    font-weight: normal !important; /* Prevents inheritance of bold styles */
}