body {
  background-color: #f8f9fa;
}

h1 {
  color: #007bff;
}

.table th {
  background-color: #007bff;
  color: white;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e9ecef;
}

