body {
    background: var(--rg-background-image);
}

#policy-wrapper {
    margin: auto;
    padding: 2rem;
    background: white;
    border-radius: 25px;
    max-width: 75%;
    max-height: 80%;
    overflow: scroll;
}
