body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    color: #33485f;
    font-size: 1em;
    line-height: 1.8;
}

h1, h2, h3 {
    line-height: 1.25;
    margin: 0;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

.page-container {
    height: 100vh;
    background-color: #002570;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-body {
    height: 100vh;
    width: 1024px;
    max-width: 1024px;
    background-color: #f5f6f7;
}

.logo-link {
    display: inline-block;
}

.header {
    font-family: 'JetBrains Mono', monospace;
}

.header-title {
    text-align: center;
}

.header-subtitle {
    font-size: 1em;
    text-align: center;
}

.main-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-content > *:not(:first-child) {
    margin-top: 32px;
}

.doc-link {
    font-size: 1.3em;
    display: block;
    font-family: 'JetBrains Mono', monospace;
}
