#article_container {
    margin-top: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /*border: solid 1px red;*/
}
#article_content {
    width: 70%;
    margin: 20px 0;
    /*border: solid 1px grey;*/
}
#article_title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    /*border: solid 1px blue;*/
}
#article_text {
    margin: 30px 0 20px 0;
    text-decoration: none;
    /*border: solid 1px green;*/
}
#article_section {
    /*border: solid 1px red;*/
}
#article_not_found {
    padding: 0 0 20px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: black;
    /*border: solid 1px blue;*/
}
#article_back_to_list {
    padding: 0 20px 30px 0;
    font-size: 1.2rem;
    color: black;
    /*border: solid 1px red;*/
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 831px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
