body {
    overflow-y: auto;
    justify-content: start;
}

@media screen and (max-width: 600px) {
    body {
        font-size: 16px;
    }
}

h1, h2, h3 {
    margin-top: 32px;
    margin-bottom: 8px;
}
h2 {
    margin-top: 48px;
    color: var(--color-highlight);
    text-align: start;
}
p {
    margin: 8px 0;
}

.center {
    text-align: center;
}

i {
    font-style: normal;
    color: var(--color-highlight);
}

.list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    padding-bottom: 0;
}

.spacer {
    min-height: 12%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}