.pagebreak-description-next-page-link {
  display: flex;
  justify-content: center;
}
.pagebreak-description-pagination {
  display: block;
  text-align: center;
}
.post-page-numbers {
  display: inline-block;
  align-items: center;
  padding: 1rem 1.5rem;
  margin: 0.5rem;
  border-radius: 10%;
  background: #f2f2f2;
  color: #2589d0;
  text-decoration: none;
}
.current {
  color: #ffffff;
  background: #2589d0;
  font-weight: bold;
}
