html, body {
  height: 100%;
}

form {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.flex-textarea {
  flex: 1;
}