.textcontent {
  display: block;
  padding: 20px;
  margin: 20px 0;
  border: solid #7b9ad4;
  overflow:auto;
  max-height:400px;
  width: 80%;

}
.logheader{
    margin-top: 1em;
    }
.logtitle {
    margin-right: 3em;
    }
.thinking {
    color: dodgerblue ;
    }