:root {
  --primaryColor: #E5065B;
  --secondaryColor: #0b6edf;
  --tertiaryColor: #0b6edf;
  --textColor: #333333;
  --bgColor: #F6F6F6;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --bgCopyright: #333333;
}
#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
}