html {
  font-family: Arial, Helvetica, sans-serif !important;
}

.body-text {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.body-text strong a {
  font-weight: bold;
}
.body-text a {
  color: #198d8f;
  opacity: 1;
  transition: opacity 0.2s;
}
.body-text a:hover {
  opacity: 0.75;
}
.body-text img.align-center {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*# sourceMappingURL=body-text.css.map */
