h1 {
  color: lightyellow;
}
body {
  background-color: black;
}
p {
  color: lavender;
}
ul {
  color: lightyellow;
}