
body {
    font-family: 'acherusgrotesque-black';
}
.privacyhead{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 13rem;
    padding-bottom: 13rem;
    background-image: url("../img/publishing-background.svg") ;
    background-size: cover;
    color: white;
}

.privacyintro{
    font-weight: 600;
}

