canvas {
  border:1px solid #000000;
}

.outbox {
  border:1px solid #000000;
  overflow-y: scroll;

  display: flex;
  flex-direction: column-reverse;

  height: 280px;
  margin-bottom: 10px;
  margin-right: 30px;
}
