.pager {
  margin-top: 3rem;
  font-size: 1.6rem;
}
.pager__item a:link,
.pager__item a:visited {
  padding: 0 3px 2px;
  font-weight: normal;
  color: #05c;
  text-decoration: underline;
}

.pager__item a:hover {
  text-decoration: none;
  border: none;
}

.pager__item.is-active a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border: none;
}
