@font-face { 
	font-family: "Windows Command Prompt"; 
	src: url("./fonts/fonts/windows_command_prompt.woff2") format("woff2"),
	  url("./fonts/windows_command_prompt.woff") format("woff"),
	  url("./fonts/windows_command_prompt.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap; 
}

body {
  background-image: url('/img/tile_404.png');
  font-size: 16px;
  color: #ccc;
  font-family: "Windows Command Prompt", monospace;
}

div {
  display: block;
  margin: 10%;
  padding: 2% 4%;
  background-color: #0000e0;
}

a {
  color: #ccc;
}
a:hover {
  background-color: #ccc;
  color: #0000e0;
}