@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

@-ms-viewport {
  width: device-width ;
}

  * {
    box-sizing: border-box;
    text-decoration: none;
    font-family: sans-serif;

    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='35' height='42' viewport='0 0 100 100' style='fill:black;font-size:26px;'><text y='50%'>😎</text></svg>") 16 0,auto; /*!emojicursor.app*/
  }

  .backgroundImage {
    background-image: url("../images/PP-15_small.png");
    margin: 0 auto;
    background-position: center;
    background-repeat: repeat;

  }

  .logo {
    background: white;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 250px;
    max-height: 250px;
    margin-top: 30px;
  }

  .grid-container {
    justify-content: center;
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
  }

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

  audio {
    margin: 10px;
  }

  a {
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='35' height='42' viewport='0 0 100 100' style='fill:black;font-size:26px;'><text y='50%'>💋</text></svg>") 16 0,auto; /*!emojicursor.app*/
    text-decoration: none;
    margin: 0 auto;
  }

  a:link {
    color: rgb(255, 255, 255);
  }

  /* visited link */
  a:visited {
    color: rgb(255, 255, 255);
  }

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

  /* selected link */
  a:active {
    color: rgb(255, 255, 255);
  }

  .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;
  }


  .additionalText{
    text-align: center;
    justify-content: center;
    padding-top: 10px;
  }

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

  .payButton {
    margin-top: 20px;
    max-width: 200px;
    max-height: 100px;
    transition: 0.5s;
  }

  .payButtonStripe {
    position: relative;
    bottom: 30px;
    margin: 0 auto;
    max-width: 200px;
    transition: 0.5s;
  }

  .payButton:hover {
    transform: scale(1.2);
    transition: 0.5s;
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='35' height='42' viewport='0 0 100 100' style='fill:black;font-size:26px;'><text y='50%'>💋</text></svg>") 16 0,auto; /*!emojicursor.app*/
  }

  .payButton-hover:hover{
    opacity: 1;
  }

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

  }
    .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(159, 75, 186);
    }

    .mastering {
      padding: 10px;
      background: black;
      max-width: 405px;
      max-height: 305px;
      color: rgb(231, 32, 42);
    }

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

    .mastering:hover {
      transform: scale(1.1);
      transition: 0.5s;
    }

    .design:hover {
      transform: scale(1.1);
      transition: 0.5s;
    }

    .purchase{
      font-size: 20px;
      text-align: center;
      margin: 0 auto;
      font-weight: lighter;
      width: 250px;
      height: 250px;
      justify-content: center;
      cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='35' height='42' viewport='0 0 100 100' style='fill:black;font-size:26px;'><text y='50%'>💋</text></svg>") 16 0,auto; /*!emojicursor.app*/
      text-decoration: none;
    }

    form:hover {
      transform: scale(1.5);
    }

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

      
  
    }