.postTitle a:hover {
    color: #0f3647;
    text-decoration: none;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all .4s linear 10s;
}
body {
    background-image: linear-gradient(to right , #D5BCFF, #BDE2FE);
    background-repeat: repeat;
    background-size:100% 100%;
}
.progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #F0B1A0;
}