a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
  }
  
  a:hover {
    background-color: black;
    color: #007FFF;
  }
  
  .previous {
    background-color: black;
    color: #FFFF40;
    width: 10%;
    margin: auto;
    font-family: "New Hero", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: .9em;
    text-align: center;
  }
  
  .next {
    background-color: black;
    color: #FFFF40;
    width: 10%;
    margin: auto;
    font-family: "New Hero", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: .9em;
    text-align: center;
  }
  
  .round {
    border-radius: 50%;
  }

  .pageBtns {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    margin-top: 40px;
  }