:root {
  --thmColor1: #A62A8E;
  --thmColor2: #852272;
  --thmColor3: #F9B7FF;
  --thmColortext: #444444;
  --thmBgcolor: #421139;
  --thmWhite: #FFFFFF;
  --thmBlack: #000000;
  --thmCopyright: #421139;
  --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%;
}