


/*form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
  margin: 0;
  text-align: left;
}

input,
textarea {
  padding: 0.8rem;
  border-radius: 10px;
  border: 1px solid #ccc;
}

button {
  background: #007bff;
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
}

button:hover {
  background: #005fcc;
}*/