body {
  max-width: 900px;       /* keeps content at a readable width */
  margin: 2rem auto;       /* centers it horizontally */
  padding: 1rem;           /* gives breathing room inside */
  font-family: "Comic Sans MS", sans-serif;  /* god's chosen font */
  line-height: 1.6;        /* increases vertical spacing */
  background-color: #fefefe;
  color: #222;
}
