body {
  background-color: #f5f5f5;
}

h1 {
  margin-bottom: 2rem;
}

#filters .form-label {
  font-weight: bold;
  color: #34495e;
}

#filters .form-control,
#filters .form-select {
  min-width: 200px;
}

#filters .btn {
  align-self: end;
}

#summary p {
  margin: 0.5rem 0;
}

th {
  position: sticky;
  top: 0;
  cursor: pointer;
  background-color: #007bff;
  color: white;
}

th:hover {
  background-color: #0056b3;
}

tr:hover {
  background-color: #f1f1f1;
}

.active-page {
  font-weight: bold;
  background-color: #0056b3;
  color: white;
}