body {
  font-family: sans-serif; /* Set a basic font family */
}

.container {
  max-width: 600px; /* Limit container width for responsiveness */
  padding: 20px; /* Add some padding for visual appeal */
}

h1 {
  font-weight: bold; /* Emphasize the title */
}

.form-label {
  font-weight: bold; /* Make labels stand out */
}

textarea {
  resize: vertical; /* Allow users to resize the text area */
}
