.content h2 {
    font-size: 1.25rem;
}

.content h3 {
    font-size: 1.125rem;
}

.content h4 {
    font-size: 1.125rem;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: bold;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.content a {
    text-decoration: underline;
}