.post-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.post-pagination .page-numbers {
  display: inline-block;
  border: 1px solid #e1e1e1;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  color: #808f99;
  font-size: 12px;
  padding-top: 2px;
  margin: 3px;
}
.post-pagination .page-numbers:link, .post-pagination .page-numbers:visited, .post-pagination .page-numbers:active {
  color: #808f99;
}
.post-pagination .page-numbers.current {
  color: #f9f9f9;
  background: #2da7e2;
  text-decoration: none;
}
