@import url('https://fonts.googleapis.com/css?family=VT323&display=swap');
body {
  color: green;
  background-color: #080808;
  font-family: 'VT323';
}

pre {
  font-family: 'VT323';
}
