:root {
  --thmColor1: #54C7F1;
  --thmColor2: #1C79BE;
  --thmColor3: #2B3990;
  --thmColortext: #444444;
  --thmBgcolor: #2B3990;
  --thmWhite: #FFFFFF;
  --thmBlack: #000000;
  --thmCopyright: #11203F;
  --thmTransition: .5s;
}

#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
}