/* privacyPolicy.css */


html, body {
    margin: 0;
    font-family: 'Exo 2', sans-serif;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--bg-height);
    /* background-image: url(''); */
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.bg-darker {
    padding-top: 130px;
    content: '';
}