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;
        }
    }
}

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

section .link {
    display: inline;
}

ul {
    list-style: none;
}