.article-cover-img {
    height:50rem ;
    width: 100%;
    background-size: cover;
    border-radius: 3px;
}

.article-title {
    margin: 3rem 0 ;
    text-align: left;
    font-size: 5rem;
    font-weight: 400;
}

.article-content {
    white-space: pre-wrap;
}

.article-author {
    text-align: right;
    padding-right: 2rem;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
}


.article-container{
    width:100% ;
    padding-bottom: 10rem;
}

.article-back {
    font-weight: 700;
    font-size:1.2rem ;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    margin-bottom: 5rem;
}

.action {
    margin-top:10rem ;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
} 