.text-entry {
  background-color: #eae8e8;
  border: solid 3px #fc7753 !important;
  min-height: 200px;
  padding: 10px;
}

.text-entry:focus {
  outline: none;
}