
body {

  background-image: url('stars.gif');
}

h1 {
  color: white;
  text-align: center;
}



h3 {
  color: white;
  text-align: center;
}


img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
}

h2 {
  color: white;
  text-align: center;

}

p {
  color: white;
  font-family: Comic Sans MS;
  font-size: 20px;
  text-align: center;

} 
