.pagination {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
