@keyframes move {
  from {
    transform: rotate(0deg) scale(12) translateX(-20px);
  }
  to {
    transform: rotate(360deg) scale(18) translateX(20px);
  }
}
#home{opacity: .7;}


.postTitle {
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    float: right;
    line-height: 2.5em;
    font-size: 18px;
    width: 100%;
    clear: both;
}

    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #203331!important;
        transition: all 0.4s linear 0s
    }

    .postTitle a:hover {
        color: #ef78a0!important;
        text-decoration: none;
        margin-left: 10px;
    }