body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 1rem;
}

.table th {
  font-weight: 600;
  background-color: #f8f9fa;
}

.badge {
  padding: 0.5em 0.75em;
  font-weight: 500;
}

.list-group-item {
  border-left: 3px solid transparent;
}

.list-group-item:hover {
  border-left-color: #0d6efd;
}

pre {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
}
