body {
  background-color: lightgray;
}

h1 {
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
}

p {
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 20px;
}

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