main h1 {
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 500px;
  width: 80%;
  padding: 20px;
}
form input, form textarea, form select, form option {
  box-sizing: border-box;
  width: 90%;
  border: 1px solid black;
  padding: 10px;
  margin: 10px auto;
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
form input.false, form textarea.false, form select.false, form option.false {
  background-color: lightcoral;
}
form textarea {
  resize: none;
  height: 200px;
}/*# sourceMappingURL=contact-main.css.map */