section img {
  max-width: 100%;
}
h1 {
  font-size: 2em;
  font-weight: 700;
}
h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin: 0.5em 0;
}
h3 {
  font-size: 1.5em;
  font-weight: 500;
}
h4 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
.htmlContent a {
  color: #4183c4;
}
.htmlContent a:active, .htmlContent a:hover {
    outline: 0;
    text-decoration: underline;
}
strong {
  font-weight: 700;
}
   
{
  box-shadow: 3px 3px 7px #afafaf;
}

.moreArticle article {
  background: #FFF;
  padding: 1em;
  margin: 1.5em 0;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
}


.moreArticle a  {
  padding: 0.5em 0.6em;
  margin: 0.5em 0;
  border: solid 2px #d1d1d1;
  box-shadow: 3px 3px 7px #DDD;
  display: inline-block;
  line-height: 1.2em;
}

.moreArticle a:hover {
  box-shadow: 3px 3px 7px #afafaf;
}