:root {
  --tempColor1: #B02EFF;
  --tempColor2: #8A2BE2;
  --tempColor3: #6A1C99;
  --bgTitle: rgba(176,46,255,.2);
  --textColor: #555555;
  --bgColor: #EAEAEA;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --bgCopyright: #333333;
}

#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
}
#content p > video,
#content video {
   width:100%;
   height:auto;
}
.home-desc a {
 color: var(--whiteColor);
   font-weight:600;
   text-decoration: underline; 
}
.home-desc a:hover {
 color: var(--tempColor1);
   text-decoration: underline; 
} 