body {
  font: 1.2em / 1.5 sans-serif;
}

h2 + p {
  color: red;
}

.list > li {
  list-style: none;
  border-bottom: 1px grey solid;
}