html, body {
  width: 100%;
  height: 100%;
  position: static;
  box-sizing: border-box;
  padding: 6px;
  line-height: 1.8;
  text-align: justify;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.h1 {
  padding: 8px 0;
  font-size: 26px;
  text-align: center;
  text-indent: 0;
}
.h2 {
  padding: 5px 0;
}
.p {
  font-size: 28px;
}
.indent {
  text-indent: 2em;
}
.bold {
  font-weight: bold;
}
.color-red {
  color: red;
}
p {
  line-height: 1.75;
  text-indent: 2em;
  text-align:justify;
}

strong {
  font-weight: bold;
}