/* Project-specific styling on top of Bootstrap 5. */
main {
  min-height: calc(100vh - 56px);
}

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

.card-title a {
  color: inherit;
}
