body {
  background-image: url(stars.gif);
}

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

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

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

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

ol {
  background: #581845;
  padding: 20px;
}

ul {
  background: #272322 ;
  padding: 20px;
}

ol li {

  color: darkred;

}

ul li {

  color: white;

}

img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
