body {
  background: blue;
  color: blue; // all your text are belong to us

  div {
    color: red;
  }
}
