.article-comments a, article-content p a {
    color: #515151;
    text-decoration: none;
}

.article-comments a:hover, article-content a:hover {
    color: #AFAFAF !important;
}

/*hover transition for menu links*/
.pp-menu-item a:hover {
    transition: .3s;
}

/*center comment submit button*/
button.cmt-f-submit {
     margin-left: auto;
     margin-right: auto;
     display: flex;
}

