body{
  background-color: lightblue;
  background-image: url('/denim.jpg');
  background-repeat: repeat;
  font-family: serif;
  color: white;
  background-attachment: fixed;
  }