body {
  background-color: black;
}
h1 {
  color: white;
  padding-left: 30px;
}

h2 {
  color: white;
  padding-left: 30px;
}

p {
  color: white;
  padding-left: 30px;
}

ul {
  color: white;
  padding-left: 30px;
}

div {
  color: white;
  padding-left: 30px;
}

footer {
  color: white;
  text-align: center;
}