.post-thumbnail img,
.entry-content img {
    border-radius: 1rem;
}

.entry-title {
    margin-bottom: 1rem;
}

.entry-content p {
    margin-bottom: 1rem;
}

.post-navigation,
.posts-navigation {
    margin-top: 2rem;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    padding: 1rem;
    border: 1px solid rgba(31, 27, 22, 0.12);
    border-radius: 1rem;
    background: rgba(255, 253, 247, 0.82);
}
