/* Privacy Page Background 👇 */
/* delete background property and change background color property to use a flat color instead of an image */
body.private {
-webkit-background-size:cover!important;
-moz-background-size:cover!important;
-o-background-size:cover!important;
background-size:cover!important;
background-color:#4B1A78!important;
top:0;
z-index:1;
width:100%;
height:100%;
}

.private-content h1 {
    color: #EAE2F0;
}