.bg-color {
    background: linear-gradient(to bottom, #151416, #662D8E);


}

.privacy-content {
    max-width: 900px;
display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 100px;
    color: #ffffff;
}

.privacy-content h1,
.privacy-content h2,
.privacy-content h3,
.privacy-content h4,
.privacy-content h5,
.privacy-content h6 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.privacy-content p,
.privacy-content ol,
.privacy-content ul,
.privacy-content li {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
}

.privacy-content ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.privacy-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.privacy-content li {
    margin-bottom: 10px;
}
