
/* HTML */

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    margin: 0;
    min-height: 100vh;
    background-color: white;
}

#policy-page {
    display: flex;
    flex-direction: column;
    margin: calc(var(--header-height) + var(--section-margin)) 15% 10% 15%;
}

.policy-title {
    font-size: 55px;
    font-family: 'Ledger';
    text-align: center;
}

.policy-text {
    margin: 0 5%;
    font-size: 25px;
    font-family: 'Cabin';
}

.policy-document {
    margin: 5% 7.5% 0 7.5%;
    width: 85%;
    aspect-ratio: 1;
}