body {
  background-color: black;
}

p1 {
  text-align: center;
  color: limegreen;
}

p2 {
  text-align: center;
  color: limegreen
}

h1 {
  text-align: center;
  color: limegreen;
  font-family: "lucida handwriting";
}

h4 {
  text-align: center;
  color: limegreen;
}

a {
  color: limegreen;
}

a:visited {
  color: white;
}