.page-nav {

  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
}

a.page-num {
  width: 3.2rem;
  height: 3.2rem;
  margin: .2rem;
  line-height: 3.2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  color: #89294f;
  border: solid 1px #89294f;
}

a.current {
  color: #fff;
  background: #89294f;
}

a.page-num:hover {
  opacity: .6;

}