.post-card, .post-card:hover {
    display: block;
    color: #0a0a0a;
    text-decoration: none;
    background: #eeeeee;
    border-radius: 25px;
    padding: 10px 25px;
}

.post-title {
    color: #0d8821;
    text-align: center;
    font-size:1.5rem;
    margin-bottom: 10px;
}

.post-description {
    text-align: center;
    font-size:1.5rem;
    margin-bottom: 10px;
}

.list-post .post-title {
    text-align: left;
}

.list-post .post-description {
    text-align: left;
}