/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#next_article {
    padding: 1rem;
    border-width: 1px 0 !important;
    border-color: #ffc709;
}
.next_article_header{
    margin-top:6rem;
}