@font-face {
  font-family: 'OCR A Std';
  src: url('/fonts/OCR A Std.ttf') format('truetype');
}

body {
  background-color: #161616;
  color: #ececec;
  font-family: OCR A Std;
  text-align: center;
}