html {
  background-color: black;
}
h1 {
  color: white;
  text-align: center;
  text-transform: capitalize;
}
p {
  color: yellow;
  text-align: center;
}
#thing {
  text-align: center;
  font-family: "Honk", sans-serif;
}
