body {
  /* background-image: linear-gradient(180deg, #eee, #fff 100px, #fff); */
  height: 100%;
}

.container {
  max-width: 960px;

}

.pricing-header {
  max-width: 700px;
}

iframe {
  overflow: scroll;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.card-img-top {
  align-items: center;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.stripe-error-msg {
  color: rgb(165, 63, 0);
}

.scrollme {
  overflow-y: auto !important;
  /* width:200px !important;; */
}

#emailValidation{
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: rgb(162, 0, 0);
  background-color: rgb(255, 226, 226);
  margin-bottom: 10px;
  display: none;
}

.mainTitle {
  font-family:'Trebuchet MS'; 
  font-weight: 900;
}

#refundFormSuccess{
  display: none;
}

#refundForm{
  display: block;
}