html body {
  background-color: #f5f7f4;
  color: black;
  font-family: 'leitura-news-n3', 'leitura-news', 'Georgia', serif;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5;
  margin-top: 0;
  overflow-y: scroll;
}
hr {
  background: #d3d3d3;
  border: 0;
  clear: both;
  color: #545757;
  display: inline-block;
  font-size: 0;
  height: 1px;
  margin-top: 1.5em;
  width: 100%;
}
br {
  margin-top: 0;
}
iframe {
  border: 0;
}
.outOfViewport {
  left: -999em;
  overflow: hidden;
  position: absolute;
  width: 100px;
  display: none;
}
.mainBody {
  clear: both;
  float: left;
  margin-top: 0;
  width: 100%;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.text-center {
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
