
.pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pagination a {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    background: #eee;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}
.pagination a.active {
    background: #d00;
    color: #fff;
}