:root, [data-bs-theme=light] {
  --bs-link-color: #42DCA3;
  --bs-link-color-rgb: 66,220,163;
  --bs-link-decoration: none;
  --bs-link-hover-decoration: none;
}

a {
  text-decoration: var(--bs-link-decoration);
}

a:hover {
  text-decoration: var(--bs-link-hover-decoration);
}

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

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.mt-8 {
  margin-top: 7.5rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

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

.mb-4 {
  margin-bottom: 1.5rem !important;
}

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

.ms-5 {
  margin-left: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

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

.pt-8 {
  padding-top: 7.5rem !important;
}

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: .25rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

