/* 行間を少し広く */
p {
  line-height: 1.6em;
}

/* リストの項目の間隔を少し広く */
ul {
  line-height: 1.6;
}
ul li:not(:last-child) {
  margin-bottom: 2px;
}
