/* 
   This CSS file handles the styling of the dynamically 
   generated privacy policy document or template.
*/

.privacy-policy-container{

    display:flex;
    justify-content:center;
    flex-direction:column;
    width:60%;
    margin:1rem auto;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif

}

.privacy-policy-title{
    text-align: center;
    font-size: 40px;
    margin:0;
    color:black;
    font-weight: 500;
}

#company-title{
    font-weight: 400;
}

.policy-content{
    font-size: 17px; 
    line-height: 28px; 
    margin: 0;
}

.collect-information{
    font-weight: 600;
}

.policy-sub-title{
    margin: 0 0 10px 0;
    font-weight: 500;
}

.policy-content-title{
    font-weight: 500;
    margin-bottom: 10px

}
.policy-content-title, .policy-sub-title, .collect-information{
    color:rgb(41, 39, 39);
}

.privacy-policy-container a{
    color:blue;
    text-align: center;
    margin-top:10px
}

hr{
    width:100%;
}

/* 

p,ul{
    font-size: 17px; 
    line-height: 28px; 
    margin: 0;
}

h2,h4{
    color:rgb(41, 39, 39);

}
h3{
    font-weight: 400;
}
h4{
    margin: 0 0 10px 0;
    font-weight: 500;
}
h2{
    font-weight: 500;
    margin-bottom: 10px
}
 */
