/*
 * Custom CSS
 */

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

footer {
  background-color: black;
}
