:root {
  --thmColor1: #00CC00;
  --thmColor2: #007A00;
  --thmColor3: #B6FF9E;
  --thmColortext: #444444;
  --thmBgcolor: #005200;
  --thmWhite: #FFFFFF;
  --thmBlack: #000000;
  --thmCopyright: #002800;
  --thmTransition: .5s;
}
.section-404 h2 {
 font-size: 70px;
 display: inline-table;
 color: var(--thmWhite);
 margin: 30px 0;
 line-height: 120px;
}
.section-404 .bg-color,
.section-404 .btn-primary {
 background-color: var(--thmColor1);
}
.section-404 .btn-primary {
 border-color:  var(--thmColor1);
}
.circle {
 border-radius: 50%;
}
#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%;
}
#content thead.table-color {
 background-color: var(--primaryColor)!important;
}
#content thead.table-color > tr > th.title {
 color: var(--whiteColor)!important;
 vertical-align: middle;
 text-align: center;
}
#content thead.table-color > tr > th.title > p,
.table-bordered > :not(caption) > * > * > p {
 margin-bottom:0;
 font-weight:400!important;
}
@media (min-width:1200px) {
   #content iframe {
  aspect-ratio: 16/9;
    width:100%;
    min-height: 500px;
   }
}