body {
  background: black;
  color:ghostwhite;
}
p {
  color: lightseagreen;
}
h1 {
  font-weight: cursive;
}
img {
  width:500px;
}