.backgroundImage {
    background-image: url("../images/pp-18_small.webp");
    margin: 0 auto;
    background-position: center;
    background-repeat: repeat;

  }

  div {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    color: rgb(41, 173, 101);
    font-weight: lighter;
  }

  a:link {
    color: rgb(41, 173, 101);
  }

  /* visited link */
  a:visited {
    color: rgb(41, 173, 101);
  }

  /* mouse over link */
  a:hover {
    color: rgb(41, 173, 101);
  }

  /* selected link */
  a:active {
    color: rgb(41, 173, 101);
  }

  .purchase0 {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    margin-top: 20px;
    padding: 10px;
    background: black;
    max-width: 700px;
    max-height: 700px;
  }

  .purchase1 {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    margin-top: 20px;
    padding: 10px;
    background: black;
    max-width: 700px;
    max-height: 1900px;
  }

  .cdPic {
    margin-top: 20px;
    max-width: 300px;
    max-height: 300px;
    transition: 0.5s;
  }

  .blurb {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: rgb(41, 173, 101);

  }
    .blurbFrame {
      justify-content: center;
      padding: 10px;
      background: black;
      max-width: 645px;
      max-height: 10000px;
    }

    .date {
      padding: 10px;
      background: black;
      max-width: 345px;
      max-height: 345px;
      color: rgb(214, 82, 218);
    }

    .mastering {
      padding: 10px;
      background: black;
      max-width: 405px;
      max-height: 305px;
      color: rgb(214, 82, 218);
    }

    .design {
      padding: 10px;
      background: black;
      max-width: 345px;
      max-height: 345px;
      color: rgb(214, 82, 218);
      margin-bottom: 30px;
    }

    @media screen and (max-width: 700px) {
      .blurbFrame {
        justify-content: center;
        padding: 10px;
        background: black;
        max-width: 445px;
        max-height: 50000px;
      }

      
  
    }
