body {
  background-image: url('dyles.png');
  background-size: cover;
  
}

h1 {
  font-family: "Courier New";
  text-shadow: 0 0 10px #ffffff;
  
}
  
#greeting {
  background-color: #cccccc;
}

p {
  background-color: white;
  
}

a {
   color: blue;
   background-color: white;
   
}

#red {
  color: red;
  
}