body {
  background: #f3f3f3;
  margin: 0;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 768px;
  margin: auto;
  padding: 25px;
}

.wrapper #transcript {
  margin-top: 15px;
  background: #171717;
  padding: 15px;
  min-height: 500px;
  overflow: scroll;
}

.wrapper #transcript p {
  color: #F3F3F3;
}

.wrapper #transcript .command {
  color: #FFCC00;
}
/*# sourceMappingURL=main.css.map */