.prose {
    max-width: 65ch;
    color: #374151;
}

.prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.prose h2 {
    color: #111827;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}

.prose img {
    margin-top: 2em;
    margin-bottom: 2em;
}

@media (max-width: 640px) {
    .prose {
        font-size: 0.875rem;
    }
}
