/*
 * Custom CSS
 */

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

.navbar {
    background-color: #0000B4;
    color: white;
}

a {
    text-decoration: none;
    color: var(--bs-body-color);
}