.nextPage {
    text-align: center;
    margin: 100px 0;
  }
  
  .nextPage a {
    font-size: 1.2rem;
    text-decoration: underline;
    color: #000; 
    cursor: pointer;
    font-weight: 400;
  }
  
  .nextPage a:hover {
    color: #f090ff; 
  }