div {
  font-family: system-ui;
  font-weight: bolder;
  font-size: 17px;
  text-align: justify;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10px;
}
h2 {
  font-family: system-ui;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding-left: 0;
  padding-top: 20px;
}

li {
  text-align: center;
  list-style-type: none;
}
