

.post-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

.post-list a {
    text-decoration: none;
    color: #878580;
}

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