body {
  background: #000;
}

* {
  color: #fff;
  font-family:'Courier New', Courier, monospace;
}

.red {
  color: #f00;
}