body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f4f7fa;
}

.container {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h2, h4 {
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}

.card {
  border-radius: 8px;
  margin-bottom: 20px;
}

.card-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.card-text {
  font-size: 1.5rem;
  font-weight: 700;
}

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

.table td {
  color: #495057;
}

.form-label {
  font-weight: 600;
}

.form-control {
  border-radius: 8px;
}

.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}
