.paginate { display: flex; 
    margin: 60px 0;
	}
.paginate a {
  color: #000;
  padding: 8px 10px;
  margin: 2px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.475rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-weight: 500;
    font-size: 1.075rem;
    position: relative;
    border: none;
}
.paginate a.current {
  color: #fff;
  background: #123F6D;
}
.paginate a:hover {
  color: #000;
  background: #f2f2f2;
}
