@font-face {
  font-family: OCR A Extended;
  src: url("/assets/fonts/ocraextended.ttf");
}
@font-face {
  font-family: Zero Hour;
  src: url("/assets/fonts/zerohour.ttf");
}
@font-face {
  font-family: VCR;
  src: url(../fonts/vcr.ttf);
}
body {
  color: #ffffff;
  font-size: 10px;
  background-color: #1c1c1c;
  align-items: center;
  text-align: center;
}
a {
  color: #ffffff;
  font-size: 30px;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
div {
  height: 1000;
  width: 936;
  margin: -10px auto;
  text-align: top;
  vertical-align: top;
}
hr {
  color: #ffffff;
  font-size: 30px;
  height: 2px;
  background: white;
  align-items: center;
  text-align: center;
}
.button:hover {
  color: #00ff00;
  border: none;
  text-decoration: none;
}
.buttonsolid {
  color: #333333;
  border: none;
  text-decoration: none;
}
.buttonsolid:hover {
  color: #555555;
  border: none;
  text-decoration: none;
}
#overlay {
  border: none;  
  position: fixed;
  display: block;
  width: 99.6%;
  height: 99.4vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
  background: url('');
}
input:checked + #overlay {
	background: url('../images/contentsitestatic.gif') center;
}