.article-entry {
  font-family: "Inter";
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  background-color: #f6f7f9;
  border-radius: 5px;
  margin-bottom: 20px
}

.article-entry a {
  text-decoration: none;
}

.article-entry .subentry a {
  text-decoration: none;
  font-size: 20px;
}

.article {
  font-family: "Inter";
  background-color: #f6f7f9;
  border-radius: 5px;
}

#statement {
  text-align: center;
}
