body {
  color: blue;
}

form {
  width: 80%;
  margin: 10px;
  text-align: center;
}

textarea {
  width: 80%;
  height: 400px;
}