.posts-title {
    text-align: center;
}

.posts-title h1 {
    color: var(--pirs-white);
}

.posts {
    padding: 30px;
    background: var(--pirs-bg3);
    border-radius: 4px;
}

.post-list {
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
}

.list-view-control {
    padding-top: 10px;
}