.single-microblog-post {
    margin: 2em 0;
    padding: 1em;
    /* background: rgba(175, 198, 150, .3) */
    border-radius: 5px;
    font-family: "Poiret One";
    line-height: 1.25;  
    box-shadow: 0px 0px 2px gray;
}

.single-microblog-post-meta {
    border-top: 1px solid var(--link-color);
    margin: 0;
    padding: 1em 0 0 0;
    font-size: 12px;
    text-align: right;
    font-family: "Poiret One";
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-microblog-message {
    font-weight: lighter;
    padding: .5em 0;
    text-align: justify;
}

.single-microblog-message p {
    margin: 0;
}

.microblog-post-author {
    font-weight: bold;
}
.microblog-post-date {
    font-weight: bold;
}