.text-entry {
  background-color: #eae8e8;
  border: solid 3px #fc7753 !important;
  min-height: 200px;
  padding: 10px;
}

.text-entry:focus {
  outline: none;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.img-hover:hover {
  opacity: .8;
}
