body {
  background-color:#121212;
}
h1 {
  font-size: 3em;
  text-align: center;
  color: white;
}
p {
  text-align: center;
  color: white;
}
hr {
  height:3px;
  background-color:grey;
  border:none;
}

