:root {
  --thmColor1: #137CB9;
  --thmColor2: #0F6394;
  --thmColor3: #0C4F76;
  --thmColortext: #444444;
  --thmTextHover: #A9E8FF;
  --thmBgcolor: #0F6394;
  --thmWhite: #FFFFFF;
  --thmBlack: #000000;
  --thmCopyright: #333333;
}
#content p > img,
#content img {
 border-radius: 20px;
}
#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
}