body {
  background-color: rgb(44, 43, 43);
  color: white;
  text-align: center;
}

h1 {
  color: rgb(0, 255, 128);
}

h2 {
  color: red;
}