body {
  background-image: url("/images/pixelstarblack2_bg.png");
  background-color: black;
  color: white;
  font-family: Georgia;
  font-size: 18px
  }
  
  h1 {
  background-color: transparent;
  color: white;
  text-decoration: none;
    text-align: center
}

 h2 {
  background-color: transparent;
  color: white;
  text-decoration: none;
  text-align: center
}

div {
  background-color: transparent;
  color: rebeccapurple;
    text-align: center
}

a:link {
  color: rebeccapurple;
  background-color: transparent;
  text-decoration: none;
}

  
 h1 {text-align: center;}
 h2 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
