h1 {
  display: flex;
  justify-content: center;
}

ul {
  list-style-type: disc;
}

li h3 {
  font: 700 1.5rem/1.2 "Cantarell";
  color: rgb(0, 0, 0);
}

li {
  margin-bottom: 1.7rem;
  color: hsl(163, 100%, 24%);
}
