body {
  background-color: #f8f9fa;
}

.card {
  border-radius: 0.5rem;
}

.table th {
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
}

.table td {
  vertical-align: middle;
}

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

.btn-outline-danger:hover {
  color: #fff;
}

.delete-form {
  display: inline;
}
