/* Small overrides on top of Bootstrap defaults. Keep this file minimal. */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

.navbar-brand {
  font-weight: 600;
}

footer {
  border-top: 1px solid var(--bs-border-color);
}
