:root {
  --thmColor1: #489726;
  --thmColor2: #266F00;
  --thmColor3: #3D5224;
  --thmColortext: #444444;
  --thmBgcolor: #3D5224;
  --thmWhite: #FFFFFF;
  --thmBlack: #000000;
  --thmCopyright: #3D3D23;
  --thmTransition: .5s;
  --thmSummary: #FFEB9E;
}
.section-404 h2 {
 font-size: 70px;
 display: inline-table;
 color: var(--thmWhite);
 margin: 30px 0;
 line-height: 110px;
}
.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 {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
   height:100%;
   border-radius: 12px;
}
#content thead.table-color {
 background-color: var(--thmColor1)!important;
}
#content thead.table-color > tr > th.title {
 color: var(--thmWhite)!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;
   }
}