body {
    height: auto;
}

h1 {
    font-weight: 700;
    margin-bottom: 8px;
}

article {
    height: fit-content;
    padding-top: 32px;
    text-align: justify;

    .article-header {
        display: flex;
        justify-content: space-between;
        align-items: center;

        a {
            margin-bottom: 8px;
        }
    }
}

footer {
    padding-top: 16px;
    padding-bottom: 24px;
}

.paragraph {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 12px;
    border-bottom: 1px dashed var(--black);
}

strong {
    margin-top: 8px;
    margin-bottom: 4px;
}

ul {
    list-style: none;
}

.small {
    font-size: 14px;
}