@font-face {
    font-family: 'vcr';
    src: url('/melli/VCR_OSD_MONO.ttf');
}

body {
  background-image: url(thenewthing.gif);
    background-size: cover;
  font-size: 30px;
  font-family: vcr;
  font-style:normal;
    color:white;
}
.white {
  color: white;
}