body {
  background: #f4f6f9;
}

.card {
  border-radius: 20px;
}

h1 {
  font-weight: 700;
  color: #1f2937;
}

.table thead {
  background-color: #0d6efd;
  color: white;
}