
@media screen and (max-width: 1087px) {
  .stripe-form {
    margin-bottom: 200px;
  }
  .bottom-image {
    margin-top: -30px;
  }
}
@media screen and (max-width: 600px) {

  .buy .single-use-license {
    width: 95%;
  }
  .stripe-form {
    width: 95%;
    margin-top: 100px;
    padding: 20px;
  }

}

@media screen and (max-width: 480px) {

  .logo h1 {
    font-size: 9rem;
  }
  .button .is-large {
    font-size: 2rem;
  }
  .tagline {
    font-size: 1.5rem;
  }
  .description {
    font-size: 1.3rem;
  }

}
