.post-thumb {
    margin: .5rem auto;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(240, 196, 48, 255);
}

.post-image {
    margin: .5rem auto;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(240, 196, 48, 255);
}

.post-date {
    color: gray;
    font-size: .7rem;
}

.post-row {
    border-bottom: 1px solid lightgray;
    margin-bottom: .8rem;
}

.post-summary {
    margin-bottom: 2rem;
}

.post-read-more-btn {
    background-color: rgb(240, 196, 48);
    border-radius: 2px;
    color: black;
    padding: .5rem;
    float: right;
    margin-bottom: 2rem;
    font-weight: bold;
}

.pagination-wrapper {
    text-align: center;
}

.pagination a {
    color: black;
    margin: 0 0.8rem;
}

.pagination .current {
    color: black;
    font-weight: bold;
    margin: 0 0.8rem;
}


h1, h2, h3, h4, h5, h6, img {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: 0;
}