/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-white);
}

a {
  color: #bf3757;
}

.home-logo {
  width: 50%;
  height: auto;
}