form,
input,
textarea {
  display: flex;
  padding: 6px;
  margin: 8px 6px 8px 6px;
  border-radius: 6px;
  max-width: 600px;
  flex-direction: column;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
input,
textarea {
  background-color: aliceblue;
}
#Text {
  text-align: center;
  color: rgb(219, 224, 230);
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
form {
  margin: 15px auto 18px auto;
}

::placeholder {
  font-size: 1.1em;
  color: black;
}

#submit {
  border-radius: 6px;
  max-width: 300px;
  margin: 6px auto 9px auto;
  padding: 4px 8px;
  color: black;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
