.post-title {
    text-align: left;
    font-weight: bold;
    color: black;
}

.post-publish-date-box {
    margin-top: 0;
}

.post-publish-date {
    font-size: 14px;
    color: gray;
}

.post-title-box {
    margin-bottom: 0;
}

.post-permalink,.post-permalink:hover,.post-permalink:active,.post-permalink:visited {
    text-decoration: none;
    color: black;
}

.blog-share {
    margin-top: 10px;
}

.blog-post-content {
    font-size: 18px;
    margin-top: 15px;
}

.blog-post {
    font-size: 16px;
}

.blog-post > p > img {
    max-width: 100%;
    height: auto;
}

.blog-post > p > iframe {
    max-width: 100%;
}

@media screen and (max-width: 768px ) {
    .post-title-box {
        text-align: center;
    }

    .blog-post {
        text-align: justify;
    }
    
    .post-publish-date {
        float: left;
    }
}

.tag-link, .tag-link:hover, .tag-link:visited, .tag-link:active {
    text-decoration: none;
}