@font-face {
    font-family: "Workbench"; 
    src: url("/Fonts/Workbench-Regular-VariableFont_BLED,SCAN.ttf") format("truetype");
}

@font-face {
    font-family: "VT323"; 
    src: url("/Fonts/VT323-Regular.ttf") format("truetype");
}

body {
  margin: 0;
  background-image: url("Blue Screen.jpg");
  /* you can delete the line below if you'd prefer to not use an image */
}

p {
  font-size: 12px;
  color: white;
  font-family: "VT323";
  white-space: pre;
  margin: 0;
}

h1 {
  font-size: 24px;
  color: white;
  font-family: "Workbench";
  margin: 6px auto;
}

a {
  cursor: pointer;
}  

a:link, a:visited {
  font-size: 12px;
  color: #FF8D00;
  font-family: "VT323";
  text-decoration: underline;
  }
  
a:hover, a:visited:hover {
  color: #4694E1;
  text-decoration: underline;
  }
