body {
  background-color: powderblue;
}

p {
  color: black;
  margin-left: 20px;
  font-family: "Lucida Console", "Courier New", monospace;
}

