.article-content__divider{
    height: 0;
    margin-top: 50px;
    font-family: 'Robot Mono', sans-serif;
    font-size: 14px;
    line-height: 21px;
    border: none;
    height: auto;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    
}

.article-content__divider::before{
    font-size: 14px;
    line-height: 21px;
    content: "//";
}


.article-content__divider::after{
    font-size: 14px;
    line-height: 21px;
    content: "________________________________________________________________________________________________________________________________"
}