body {
  font-family: 'Vazir', sans-serif;
}
form {
  max-width: 600px;
  margin: auto;
}
.form-label {
  font-weight: bold;
}
#message {
  text-align: center;
  font-size: 1.1rem;
}
#captchaText {
  font-size: 1.2rem;
  color: #007bff;
  margin-right: 10px;
}