@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 {
	background-color: #000000;
	font-family: 'SnipersIncV2', sans-serif;
	
}

#BIOSNOOS {
	color: #8FD1CF;
	text-align: center;
}

.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.05;
  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); }
}


#SATACHECK,
#SATACHECK1,
#SATACHECK2,
#SATACHECK3,
#SSDNAME,
#m2Read,
#m2Read1,
#m2Read2,
#m2Read3,
#show,
#Scan,
#Scan1,
#Scan2,
#Scan3,
#FILEFOUND,
#F2FUNCTION,
#OSINSTALLER,
#Scanning2nd,
#Scanning2nd1,
#Scanning2nd2,
#Scanning2nd3,
#FILEFLYER,
#FILEPICKER {
	display: none;
}

#F2FUNCTION {
	font-size: 30px;
	color: red;
}

#IMG {
	text-align: center;
}

#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;
}

#CONSOLEBOXBORDER .bottom {
  text-align: center;
  font-size: 30px;
  position: bottom;
}