
   body {
  background-image: url('batman.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
   }
   h1 {color: white; 
   padding: 20px; }
   p {color: white; 
   padding: 20px; }