main {
    flex-grow: 1;
    background-color: var(--gray-1)
}

#content-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid hsl(0, 0%, 90%);
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

#content-header>h3 {
    font-weight: lighter;
}

#content {
    max-width: 100vw;
    padding: 0 25px 25px 25px;
    width: 1000px;
    line-height: 1.5;
}

#content p {
    max-width: 55ch;
    margin-bottom: 0.6rem;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    letter-spacing: -0.03rem;
    margin-bottom: 0.3rem;
}