article > section > p, article > footer > p {
    text-indent: 1rem;
    margin: 0;
    text-align: justify;
}

article > section > p:has(img) {
    text-indent: 0;
}

article > section > p:has(img) > img {
    width: 100%;
    display: block;
}

article > section > pre {
    overflow-x: scroll;
}

article > footer {
    margin-top: 1rem;
    border-top: 1px solid var(--fg-color);
    padding-top: 1rem;
}

article > section > p:first-of-type, article > footer > p:first-of-type {
    text-indent: 0;
}
