#PostContent
{
    text-align: justify;
    font-size: 150%;
}

#PostTitle
{
    font-weight: bold;
}

.post
{
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 2rem;
}

#PostInfo p
{
    text-transform: uppercase;
    font-size: 90%;
}


.postCategory
{
    padding: 0.3rem;
}

.postCategory a
{
    color: dimgrey;
}

.postTitle
{
    font-weight: bold;
}

img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgCaption
{
    text-align: center;
    color: darkgrey;
    font-size: medium;
}