body {
  background: rgb(123, 34, 112) linear-gradient(rgb(123, 34, 112) 0%, rgb(59, 37, 108) 100%);
  background-attachment: fixed !important;
}

.btn.btn-primary {
  background: #F1DC30 linear-gradient(180deg, #F1DC30 0%, #D53D24 100%) !important;
  color: #000 !important;
  border-radius: 0.75rem !important;
}

.btn.btn-primary:hover {
  color: #fff !important; 
}

.drop-shadow {
  filter: url("/content/image/shadow.svg#element-id");
}
