body {
  text-align: center;
  background-color: black;
  color: white;
  font-family: Times New Roman;  
}

p {
  max-width: 600px; /* Limits how wide the text can get */
  margin: 0 auto;  /* Centers the paragraph block on the page */
  padding: 20px;   /* Adds a little breathing room on the sides */
}