  body {
    background: black;
    color: white;
    font-family: Georgia, serif;
  }

/* HEADINGS*/
  h1 {
    color: white;
    text-shadow: cyan;
  }

  h2 {
    color: white;
  }

  h3 {
    color: white;
  }

/*TEXT*/
  a:link {
    color: cyan;
  }
  a:visited {
    color: magenta;
  }