body{
  background-color: black;
}

h1 {
  font-size: 60px;
  text-align: center;
  color: white;
}

h2 {
  font-size: 40px;
  text-align: center;
  color: white;
}

p{
  font-size: 20px;
  text-align: center;
  color: white;
}

a {
  color: white;
}