.input-area {
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
}

textarea {
  width: 100%;
  height: 16em;
}

