.pagenation {
  margin-top: 2em;
}
.pagenation ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}
.pagenation ul li {
  list-style-image: none;
  margin: 0 0.75ex;
}
.pagenation ul li a {
  text-decoration: none;
  padding: 1ex;
  background: transparent;
  color: #1b84bd;
  background-color: #fff;
  border: 1px solid #1b84bd;
  border-radius: 50%;
  font-weight: 700;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  font-family: "Montserrat", sans-serif;
}
.pagenation ul li a.active, .pagenation ul li a:hover {
  color: #fff;
  background-color: #1b84bd;
  text-decoration: none;
}

/*# sourceMappingURL=topics_list.css.map */
