@font-face {
  font-family: IBM;
  src: url(../IBMVGA.ttf);
}
body, * {
  background: #000;
  background-attachment: fixed;
  color: #acf;
  font-family:IBM, monospace;
  font-size: 2.162vw;
}

a {
  color: #0af;
}

img {
  max-width: 30%;
  height: auto;
}