#contribute-page {
  padding: 3rem;
  max-width: 1200px;
  margin: 0 auto;

  & .ap-page-title {
    font-family: "Press Start 2P", cursive;
    font-size: 2rem;
    color: #8a2be2;
    margin-bottom: 2rem;
  }

  & .ap-card {
    background: #1e1e3c99;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
  }

  & .ap-card-heading {
    font-family: "Press Start 2P", cursive;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1rem;
  }

  & .ap-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #ffffffe6;
  }

  & .ap-list {
    font-size: 1rem;
    line-height: 1.8;
    color: #ffffffe6;
    margin-left: 2rem;
  }

  & .ap-footer {
    text-align: center;
    margin-top: 3rem;
  }

  & .ap-back-link {
    font-family: "Press Start 2P", cursive;
    font-size: .9rem;
    color: #8a2be2;
    text-decoration: none;
    padding: 1rem 2rem;
    background: #8a2be233;
    border-radius: .5rem;
    display: inline-block;
    transition: all .3s;
  }
}
