
.post {
    text-align: justify;
    margin: 140px 35px;
}

#post_permalink {
    opacity: 0;
    margin: 15px 0;
}

.post:hover #post_permalink {
    opacity: 1;
}