Using CSS to change the font color is easy.

body {
  color: red;
}