/* Sets all the text color to red! */
body {
  color: red;
}
