* {
  font-family: monospace;
  white-space: pre;
  color: white;
  background: black;
}

.green {
  color: #00FF00;
}

.red {
  color: #FF0000;
}

.blue {
  color: #4682b4;
}
