.indent-back {
  text-indent: -16px;
  padding-left: 16px;
}

.web-html-page__list__p {
  position: relative;
  padding-left: 0.8em;
  margin-left: 5px;
}

.web-html-page__list__p::before {
  position: absolute;
  content: " ";
  display: inline-block;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 100px;
}

.web-html-page-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.web-html-page-btn li a {
  background-color: #9c7145;
  border: 3px double #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}
.web-html-page-btn li a:hover {
  background-color: #001e82;
}