footer a {
  text-decoration: none;
  color: #c7c9c7;
}

footer a:hover {
  text-decoration: underline;
  color: #fff;
}

:root {
  --bs-primary: rgb(59, 181, 195);
  --bs-primary-hover: rgb(50, 149, 160);
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-hover);
}

.primary-alt {
  color: #3a214f;
}

.bg-primary-alt {
  background-color: #3a214f;
  color: #fff;
}

a {
  text-decoration: none;
}
