.blog-title{
    font-size:1.35rem;
    line-height: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.blog-title a,
.blog-title a:link,
.blog-title a:active,
.blog-title a:visited{
    color:rgb(51,51,51);
    text-decoration: none;
}

.blog-title a:hover{
    text-decoration: underline;
}