textarea {
  width: calc(100% - 8px);
  height: 5rem;
}

.buttons {
  display: flex;
  width: 100%;
}

button {
  flex-grow: 1;
  height: 2rem;
}
