:root {
  --thmColor1: #1E6EB0;
  --thmColor2: #18588D;
  --thmColor3: #B8DBFF;
  --thmColortext: #444444;
  --thmBgcolor: #19315E;
  --thmWhite: #FFFFFF;
  --thmBlack: #000000;
  --thmCopyright: #11203F;
  --thmTransition: .5s;
}
#content p > img,
#content img {
 border-radius: 12px;
}
#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
}