body {
  background: #181818;
  background-repeat: cover;
  background-size: 100% 3px;
  color: #74e402;
  font-family: 'Unsteady Oversteer';
  overflow: hidden;
  text-transform: uppercase;
}
.container {
    position: absolute;
    top: 80px;
    display: flex;
    flex-direction: column;
    animation: textShadow 4s infinite;
}
.bgtext {
  font-size: 3dvh;
  position: absolute;
  top: -50dvh;
  right: -50dvw;
  left: -50dvw;
  bottom: -50dvh;
  width: 200dvw;
  height: 200dvh;
  line-height: 6;
  opacity: 30%;
  transform: rotate(-45deg);
  text-align: right;
  color: #e3015c;
  font-weight: bold;
  animation: headerShadow 2s infinite;
  pointer-events: none;
  z-index: -2;
}
.arrow-down {
  position: absolute;
  
}
.vert-line {
  position: absolute;
  width: 2px;
  height: 50dvh;
  background-color: #01e5db;
}
.hori-line {
  position: absolute;
  width: 60dvw;
  height: 2px;
  background-color: #01e5db;
}
.tr {
  right: 8dvw;
  top: 10dvh;
}
.botl {
  left: 2dvw;
  bottom: 24dvh;
}
.ext-botr {
  z-index: -1;
  right: 0;
  bottom: 26dvh;
}
.ext-tl {
  left: 0;
  top: 12dvh;
}
.pixel-title {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding-top: 1dvh;
  padding-right: 1dvh;
  padding-left: 1dvh;
  height: 100dvh;
  border-left: 4px solid #01e5db;
  background-color: #181818;
  font-size: 10dvh;
  animation: headerShadow 2s infinite;
  line-height: 1.1;
  color: #01e5db;
}
.scanline {
  background: repeating-linear-gradient(to bottom ,transparent, transparent 2px, #181818 2px, #181818 4px);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 50%;
  pointer-events: none;
}
.navbar {
  position: absolute;
  font-size: 3.5dvmax;
  padding-left: 2dvw;
  padding-top: 2dvh;
  padding-right: 2dvh;
  padding-bottom: 2dvh;
  text-align: right;
  bottom: 2dvh;
  right: 7dvw;
  width: 80dvw;
  height: 15dvh;
  font-family: "Historic";
  background: #181818;
  mask: linear-gradient(-45deg,#0000 28.28px,#000 0 calc(100% - 28.28px),#0000 0);	
  animation: headerShadow 2s infinite;
}
.navbar:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #01e5db;
  clip-path: polygon(0 40px,40px 0,100% 0,100% calc(100% - 40px),calc(100% - 40px) 100%,0 100%,0 40px,3px  calc(40px + 1.24px),3px calc(100% - 3px),calc(100% - 40px - 1.24px) calc(100% - 3px),calc(100% - 3px) calc(100% - 40px - 1.24px),calc(100% - 3px) 3px,calc(40px + 1.24px) 3px,3px calc(40px + 1.24px));	
}
a {
  color:  #8001e5;
  text-decoration: none;
  transition-property: color background-color;
  transition-duration: 0.3s;
    
}
a:hover {
  background-color: #e3015c;
  color: #181818;
  animation: textShadow 4s infinite;
}

.item {
    position: relative;
    width: max-content;
    height: min-content;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.item .caption {
  position: absolute;
  display: grid;
  place-items: center;
  background-color: #181818aa;
  font-family: "Historic";
  font-size: 3dvh;
  width: 100%;
  height: 100%;
  visibility: visible;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: default;
  backdrop-filter: grayscale(60%);
  animation: textShadow 2s infinite;
}
.item:hover .caption{
  visibility: hidden;;
}
.crow {
  position: absolute;
  padding: 1dvw;
  padding-left: 7dvw;
  left: 13dvw;
  right: 19dvw;
  top: 12dvh;
  bottom: 26dvh;
  place-items: center;
  display: flex;
}
.spacer {
    position: relative;
    width: 10px;
    flex-grow: 1;
}
.mario tr td {
    width: 7px;
    height: 7px;
}
.msk {
    background-color: #fc9838;
}
.mrd {
    background-color: #d82800;
}
.mhr {
    background-color: #887000;
}
.mbl {
    background-color: #0c00f3;
}
table {
    border-collapse: collapse;
}
.smpte tr td {
    width: 6px;
}
.sg {
    background-color: #d2d4bf;
}
.sy {
    background-color: #e8f432;
}
.scy {
    background-color: #16fed0;
}
.sgr {
    background-color: #17ff3a;
}
.sma {
    background-color: #d700cb;
}
.srd {
    background-color: #d6002c;
}
.sbl {
    background-color: #0600ca;
}
.sbk {
    background-color: #0a082d;
}
td {
    width: 6px;
    height: 6px;
    border: none;
    margin: 10px;
    padding: 5px;
}
tr {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
table {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    animation: textShadow 4s infinite;
}
.bottom {
    font-size: 20px;
    position: absolute;
    text-align: right;
    width: auto;
    color: #74e402;
    bottom: 10px;
    right: 80px;
}
.cspacer {
    position: relative;
    display: flex;
    height: 10px;
}
.sl:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.05);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
.bleft {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    display: flex;
    flex-direction: column-reverse;
    pointer-events: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.blrow {
    position: relative;
    display: flex;
    height: 100%;
    pointer-events: none;
    margin: 0 0 0 0;
}
.slashes {
  font-size: 15dvh;
  position: absolute;
  top: -7dvh;
  left: -5dvw;
  right: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  letter-spacing: -7vh;
  height: 20dvh;
  pointer-events: none;
  z-index: -1;
  opacity: 1;
  animation: textShadow 2s infinite;
}
.bgline {
  position: absolute;
  top: 200px;
  right: 0;
  width: 500px;
  background-color: #0f261f;
  height: 5px;
  pointer-events: none;
  opacity: 0.5;
  z-index: -1;
}
.bot-text {
  position: absolute;
  left: 1dvw;
  bottom: 2dvh;
  background: repeating-linear-gradient(45deg, transparent, transparent 1dvh, #01e5db 1dvh, #01e5db 2dvh);
  width: 8dvw;
  height: 16dvh;
  z-index: -1;
  opacity: 0.9;
}
.blsq {
    position: relative;
    width: 10px;
    height: 10px;
}
.pnk {
    background-color: #74e402;
}
.pnkl {
    background-color: #f99ea4;
}
.grn {
    background-color: #0f261f;
}
.grnl {
    background-color: #36534a;
}
@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.90626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.83891;
  }
  30% {
  opacity: 0.65583;
  }
  35% {
  opacity: 0.67807;
  }
  40% {
  opacity: 0.26559;
  }
  45% {
  opacity: 0.84693;
  }
  50% {
  opacity: 0.96019;
  }
  55% {
  opacity: 0.08594;
  }
  60% {
  opacity: 0.20313;
  }
  65% {
  opacity: 0.71988;
  }
  70% {
  opacity: 0.53455;
  }
  75% {
  opacity: 0.37288;
  }
  80% {
  opacity: 0.71428;
  }
  85% {
  opacity: 0.70419;
  }
  90% {
  opacity: 0.7003;
  }
  95% {
  opacity: 0.36108;
  }
  100% {
  opacity: 0.24387;
  }
}
@keyframes textShadow {
  0% {
    text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  5% {
    text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  10% {
    text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  15% {
    text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  20% {
    text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  25% {
    text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  30% {
    text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  35% {
    text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  40% {
    text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  45% {
    text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  50% {
    text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  55% {
    text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  60% {
    text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  65% {
    text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  70% {
    text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  75% {
    text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  80% {
    text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  85% {
    text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  90% {
    text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  95% {
    text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  100% {
    text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
}
@keyframes headerShadow {
  0% {
    text-shadow: 0.4389924193300864px 0 4px rgba(0,30,255,0.5), -0.4389924193300864px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  5% {
    text-shadow: 2.7928974010788217px 0 4px rgba(0,30,255,0.5), -2.7928974010788217px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  10% {
    text-shadow: 0.02956275843481219px 0 4px rgba(0,30,255,0.5), -0.02956275843481219px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  15% {
    text-shadow: 0.402185385528781312px 0 4px rgba(0,30,255,0.5), -0.402185385528781312px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  20% {
    text-shadow: 3.4794037899852017px 0 4px rgba(0,30,255,0.5), -3.4794037899852017px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  25% {
    text-shadow: 1.6125630401149584px 0 4px rgba(0,30,255,0.5), -1.6125630401149584px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  30% {
    text-shadow: 0.70155900851439512px 0 4px rgba(0,30,255,0.5), -0.70155900851439512px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  35% {
    text-shadow: 3.896914047650352px 0 4px rgba(0,30,255,0.5), -3.896914047650352px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  40% {
    text-shadow: 3.870905614848819px 0 4px rgba(0,30,255,0.5), -3.870905614848819px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  45% {
    text-shadow: 2.231056963361899px 0 4px rgba(0,30,255,0.5), -2.231056963361899px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  50% {
    text-shadow: 0.08084290417898504px 0 4px rgba(0,30,255,0.5), -0.08084290417898504px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  55% {
    text-shadow: 2.37584610674275412px 0 4px rgba(0,30,255,0.5), -2.37584610674275412px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  60% {
    text-shadow: 2.2021930510506312px 0 4px rgba(0,30,255,0.5), -2.2021930510506312px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  65% {
    text-shadow: 2.8638780614874975px 0 4px rgba(0,30,255,0.5), -2.8638780614874975px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  70% {
    text-shadow: 0.48874025155497314px 0 4px rgba(0,30,255,0.5), -0.48874025155497314px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  75% {
    text-shadow: 1.8948491305757957px 0 4px rgba(0,30,255,0.5), -1.8948491305757957px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  80% {
    text-shadow: 0.0833037308038857px 0 4px rgba(0,30,255,0.5), -0.0833037308038857px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  85% {
    text-shadow: 0.09769827255241735px 0 4px rgba(0,30,255,0.5), -0.09769827255241735px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  90% {
    text-shadow: 3.443339761481782px 0 4px rgba(0,30,255,0.5), -3.443339761481782px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  95% {
    text-shadow: 2.18418388527997812px 0 4px rgba(0,30,255,0.5), -2.18418388527997812px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
  100% {
    text-shadow: 2.62087644738325112px 0 4px rgba(0,30,255,0.5), -2.62087644738325112px 0 4px rgba(255,0,80,0.3), 0 0 12px;
  }
}