:root, [data-bs-theme=light] {
  --bs-body-color: #151515;
  --bs-body-color-rgb: 21,21,21;
  --bs-body-bg: transparent;
  --bs-body-bg-rgb: 0,0,0,0;
  --bs-secondary-color: rgba(21,21,21,0.75);
  --bs-secondary-color-rgb: 21,21,21,0.75;
  --bs-tertiary-color: rgba(21,21,21,0.5);
  --bs-tertiary-color-rgb: 21,21,21,0.5;
  --bs-body-font-family: Raleway, sans-serif;
  --bs-link-color: #f3f4f7;
  --bs-link-color-rgb: 243,244,247;
  --bs-link-hover-color: #fafafc;
  --bs-link-hover-color-rgb: 250,250,252;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 768px) {
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 1.5rem !important;
  }
}

