:root {
  --templateColor1: #81228B;
  --templateColor2: #671B6F;
  --templateColor3: #4D1453;
  --templateColortext: #444444;
  --templateBgcolor: #4D1453;
  --templateWhite: #FFFFFF;
  --templateBlack: #000000;
  --templateCopyright: #340E38;
  --templateTransition: .5s;
  --templateSummary: #FFEB9E;
}
.section-404 h2 {
 font-size: 70px;
 display: inline-table;
 color: var(--templateWhite);
 margin: 30px 0;
 line-height: 110px;
}
.section-404 .bg-color,
.section-404 .btn-primary {
 background-color: var(--templateColor1);
}
.section-404 .btn-primary {
 border-color:  var(--templateColor1);
}
.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: 0;
}
#content thead.table-color {
 background-color: var(--templateColor1)!important;
}
#content thead.table-color > tr > th.title {
 color: var(--templateWhite)!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;
   }
}