body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF5E9;
    font-family: 'Avenir', sans-serif;

}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.logo {
    max-width: 300px;
    height: auto;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

footer a {
    color: #333;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.privacy-page {
    display: block;
    padding: 30px;
    padding-bottom: 70px;
}

.container {
    text-align: left;
    padding-bottom: 70px;
}

.separatorLine {
    color: #FFFFFF
}

.privacyPolicyHeading {
    font-size: 2rem;
}

.privacyBlurb {
    display: flex;
    align-items: center;
    justify-content: center;
}

h6 {
    font-weight: bold;
}

.privacyPolicySubhead {
    text-decoration: underline;
    padding-bottom: 10px;
}

.policyLink {
    font-weight: bold;
    color: inherit;
}

.policyLink,
a,
a:hover {
    color: inherit;
}