@charset "utf-8";
/* CSS Document */

header {
    background-color: rgba(43, 38, 124, 0.8);
}

.white-box {
    box-shadow: 0px 0px 0px 5px rgba(43, 38, 124, 0.8);
}

.text-entry {
  padding: 10px;
  min-height: 150px;
  border: solid 2px #2b267c;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: rgba(140, 160, 163, 0.1);
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block;
}

