body {
  background-image: url('spookyBg.png');
  color: white;
  font-family: creepster;
  text-align: center;
  text-shadow: 1px 1px 0px #000000;
}

h1 {
 color: white; 
}

hr {
 background-color: white; 
 width: 450px;
}

div {
 background-color: black;
 color: rgb(127, 0, 0);
 border-style: solid;
 border-width: 5px;
 border-color: rgb(127, 0, 0);
}