body {
  background: #bde;
  color: #000;
  font-family: serif;
  font-style: italic;
}
h1 {
  text-align: center;
}
h2 {
  border-bottom: solid 1px #000;
  text-decoration: underline;
}
p {
  width: 50%;
  margin-left: 25%;
  padding-left: 5px;
  border-left: dashed 1px #400;
}
