#form .field {
  margin-bottom: 1rem;
}
#form {
  width: 100%;
  /* max-width: 400px; */
  /* min-width:30 */
}
input,
textarea {
  background-color: transparent;
  width: 100%;
  outline: none;
  font-size: 1rem;
  padding: 1rem;
  border: 1px solid var(--color-primary);
  color: white;
}
textarea {
  resize: none;
  height: 200px;
}
