@font-face {
  font-family: "Pixel";
  scr: url("Pixel.woff") format("woof");
}

@font-face {
  font-family: "PixelScript";
  scr: url("PixelScript.woff") format("woof");
}

body {
  background: url("Tech.gif");
  background-repeat: no-repeat;
  background-size: cover;
  color: #0070ff;
  font-family: "Pixel";
}
