body {
  font-family: 'Segoe UI', sans-serif;
}

.form-heading {
  font-size: 2.5rem;
}

.highlight {
  color: #ffc107;
  font-weight: bold;
}

form label {
  font-weight: 500;
}

form .form-control,
form .form-select {
  border-radius: 0.5rem;
}
