/* html, body {
  margin: 0;
  padding: 0;
    background-color: #ffffff !important;
} */

body {
  margin: 0;
  background: #fff !important; /* or whatever color you want */

  /* font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
}

.card {
  max-width: 900px;
  /* margin: 0 auto; */
  background: #ffffff;
}

#alert .alert {
  border-radius: 0.5rem;
}

input::placeholder, textarea::placeholder {
  color: #aaa;
}

@media (max-width: 576px) {
  .btn {
    width: 100%;
  }
}
