form {
  justify-content: center;
}
form div {
  padding-bottom: 2em;
}

label {
  display: block;
  max-width: fit-content;
}

input {
  width: 20em;
  padding: 5px;
}

textarea {
  width: 40em;
  height: 10em;
}
