body {
  margin: 40px auto;
  /*color: #444;*/
  color: #444c38;
  background-color: #d0f0c0;
  font-size: 18px;
  padding: 0 10px;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

.haikus li p {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.longer-form li p {
  display: flex;
  flex-direction: column;
  align-items: start;
}
