/*
/*
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.article {
  font-weight: normal;
}

.article img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: auto;
}

.article strong,
.article b {
  font-weight: bold;
}
