body {
    background-color: unset !important;
    font-family: 'Times New Roman', Times, serif;
}

.fixed_bg {
    background: var(--b);
    --b: #fff;
    --p: #df001d;
    --g: 32px;
    --gs: 2.73438em;
    --mw: 600;
    --extra: 1;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

* {
    font-family: 'Patrick Hand', cursive;
}