#PostSection
{
    margin-bottom: 1rem;
}

.post {
    padding: 2em;
    transition: all 0.5s ease-in-out;
    border-left: 1px solid white;
}

.post:hover{
    border-left: 1px solid mediumpurple;
}

.postDescription
{
    text-transform: uppercase;
    font-size: 90%;
}

.postCategory
{
    padding: 0.3rem;
}

.postCategory a
{
    color: dimgrey;
}

.postTitle
{
    font-weight: bold;
}
