.page-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-arrow div a {
  border-radius: 3px;
  padding: 8px 8px;
  color: #00BED6;
  border: 1px solid;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
.page-arrow div a:hover {
  color: #fff;
  background-color: #00BED6;
  border: 1px solid #00BED6;
}