.centered-form-container {
  max-width: 25rem; /* Adjust as needed */
  margin: 0 auto; /* Center the container */
  padding-top: 2.5rem; /* Add spacing at the top */
  text-align: left; /* Ensure content inside is left-aligned */
}

.centered-form-container h3 {
  text-align: left; /* Center the heading */
  margin-bottom: 2em; /* Increased spacing below the header */
}
