/* this is here so it is easier for me to distribute my css to your wordpress installation.
You should create a new Page Template and add your CCS there.
Then erase this css
*/

:root BODY {
  color: yellow;
  background-color: black;
  background-image: url("../images/ball.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

a:link , a:visited{
  color: yellow;
}
