.privacy-container
{
    padding: 0rem 1rem;
}
.privacy-container h1{
    color: #04a22b;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;


}

.privacy-container h2{
    color: black;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;


}

.privacy-container a,ol{
    color: #6361aa;
    text-decoration: none;
    font-weight: bold;
    

}

.privacy-container #table{
    color: #6361aa;
    text-decoration: none;
    font-weight: bold;
    text-decoration: underline;
}
.privacy-container h3{
    color: #04a22b;
    font-size: 20px;
    font-weight: bold;

}

.privacy-container p{
    text-align: justify;
}