.article-cover-image {
    height: 25rem;
    width: 100%;
    background-size: cover;
    border-radius: 3px;
}

.article-title {
    margin: 3rem 0;
    text-align: left;
    font-size: 4rem;
    font-weight: 400;
}

.article-content {
    white-space: pre-wrap;
}

.article-container {
    padding-bottom: 10rem;
}

.article-back {
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration:underline;
    cursor: pointer;
    margin-bottom: 1rem;
    display: block;
}

.article-author {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.article-author p {
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
}

.action {
    margin-top: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}