/* ===========================
   FORM SUCCESS PAGE
   =========================== */

/* Container for the success message after form submission */
.form-success-wrapper {
  background-color: white;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Lato', sans-serif;
}

.form-success-wrapper {
  margin-bottom: 20px;
}

.form-success-wrapper {
  margin-bottom: 30px;
}

/* Button that links the user back to the home page */
.back-button {
  background-color: #E69D00;
  color: black;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* Hover effect for back-button */
.back-button:hover {
  background-color: #ffae00;
  color: white;
}
