.post-card {
    display: flow-root;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    margin-bottom: 0;
}

.post-card a,
.post-card h3 {
    margin: 0;
    padding: 0;
}

.post-card a {
    text-decoration: none;
}

.post-card a:hover {
    text-decoration: underline;
}

.post-date {
    display: block;
    font-size: smaller;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
}

.post-description {
    margin: 0.5rem 0 0 0;
}

.post-card:last-child {
    border-bottom: none;
}

img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}