@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*/
  }

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

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

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

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

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