body {
  background: rgb(78, 42, 131);
  background: radial-gradient(circle, rgb(78, 42, 131) 0%, rgb(2, 0, 36) 100%);
  font-family: "Montserrat", sans-serif;
}

.text-purple {
  color: #4e2a83;
}

.text-gold {
  color: #ce972c;
}

.sr-only {
  position: absolute;
  left: -9999999px;
  top: -99999999px;
}

.btn-primary {
  background-color: #ce972c;
  color: #000000 !important;
  border-color: #9b7020;
}
.btn-primary:hover {
  background-color: #f7c15d;
  color: #000000 !important;
  border-color: #ce972c !important;
}

.text-primary {
  color: #4e2a83 !important;
}

.paypal-button-layout-horizontal {
  display: inline-block !important;
}

.alert-primary {
  background-color: #f7c15d;
  color: #000000;
  border-color: #ce972c;
}
