.pagination{
    padding: 40px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.page-numbers{
    font-size: 18px;
    color: #c1aa7f;
    font-weight: 700;
    text-decoration: none;
    
}
.page-numbers.current{
    font-size: 18px;
    font-weight: 700;
    background: #c1aa7f;
    padding: 5px 15px;
    color: #fff;
    border-radius: 100px;
}

.content-post-item a.post-title{
    font-size: 20px;
}
.content-post-item p{
    color: #fff;
}
.post-item hr{
    border: 1px solid #fff;
}
.content-post-item a.read-more, #more-blog-button{
    margin-top:10px;
}