.go_back_button {
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    justify-content: center;
    width: 150px !important;
    transition: .2s all;
    margin: 0 auto 100px;
}
.go_back_button:hover {
    background-color: #008fd2;
}
header a.headerlogo img{
    width: 130px;
    margin-left: 10px;
}
footer .footer-logo-wrap img {
    width: 200px;
    margin: 20px 0;
}
body.article main p a {
    color: #ff2929;
}
body.article main p a:hover {
    color: #008fd2;
}