@font-face {
  font-family: SnipersIncV2;
  src: url('SnipersIncV2.ttf');
}
@font-face {
    font-family: SnipersIncV2;
    src: url('SnipersIncV2.ttf');
    font-weight: bold;
}

@font-face {
  font-family: SnipersIncV2;
  src: url('SnipersIncV2.ttf');
  font-style: italic;
}
@font-face {
  font-family: SnipersIncV2;
  scr: url('SnipersIncV2.ttf');
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: VCR;
  src: url('VCROSDMONO.ttf');
}
@font-face {
  font-family: VCR;
  src: url('VCROSDMONO.ttf');
  font-weight: bold;
}
@font-face {
  font-family: VCR;
  src: url('VCROSDMONO.ttf');
  font-style: italic;
}
@font-face {
  font-family: VCR;
  src: url('VCROSDMONO.ttf');
  font-style: italic;
  font-weight: bold;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background-color: #00008E;
  font-family: 'SnipersIncV2', sans-serif;
}

.static {
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: url("Static.png") repeat;
  background-size: cover;
  animation: staticMove 0.2s steps(10) infinite;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

@keyframes staticMove {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-5%, 5%); }
  50% { transform: translate(5%, -5%); }
  75% { transform: translate(-10%, 10%); }
  100% { transform: translate(0, 0); }
}

.BIOSINFO {
  width: 80%;
  height: 250px;
  margin: 20px auto;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #185299;
  z-index: 2;
  position: relative;
  font-family: VCROSDMONO; 
  src: VCROSDMONO.ttf;
}

#CONSOLEBOXBORDER{
  width: 80%;
  z-index: 3;
  height: 550px;
  position: relative;
  background-color: #000000;
  opacity: 0.6;
  align-items: center;
  margin: auto;
}
#CONSOLEBOXBORDER .middle {
  display: flex;
  font-size: 30px;
}
#CONSOLEBOXBORDER .top {
  text-align: center;
  font-size: 30px;
  position: top;
  margin-top: 0px;
}
#CONSOLEBOXBORDER .side,
#CONSOLEBOXBORDER .rightside {
  flex: 0 0 auto;
  font-style: bold;
}

#CONSOLEBOXBORDER .content {
  text-align: center;
  flex: 1;
}
#BIOSVERSION,
#BIOSVERSION1,
#BIOSVERSION2,
#BIOSVERSION3 {
  display: none;
}


#OSFOUND {
  display: none;
}

#LoadingOS,
#LoadingOS1,
#LoadingOS2,
#LoadingOS3 {
  display: none;
}

#BIOSSETUP {
  display: none;
}


#SnipersExplorer,
#SnipersExplorer1,
#SnipersExplorer2,
#SnipersExplorer3 {
  display: none;
}

#Loaded {
  display: none;
}

#T1,
#Transferring1,
#Transferring2,
#Transferring3 {
  display: none;
}

#CONSOLEBOXBORDER .bottom {
  text-align: center;
  font-size: 30px;
  position: bottom;;
}


.F2 {
  width: 100%;
  height: 30px;
  position: relative;
  text-align: center;
  font-size: 30px;
  color: #185299;
  margin-top: 20px;
  color: #185299;
}
