body {
	background-color: black;
}

@font-face {
  font-family: 'Windows';
  src: url('assets/fonts/w95fa.woff2') format('woff2'),
  url('assets/fonts/w95fa.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sysfont';
  src: url('assets/fonts/sysfont.woff2') format('woff2'),
  url('assets/fonts/sysfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DOS';
  src: url('assets/fonts/Web437_DOS-V_TWN16.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IBM';
  src: url('assets/fonts/Web437_IBM_Model3x_Alt4.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

p {
	font-family: 'IBM';
}

h1 {
	font-family: 'Sysfont';
}

.container {
	border: 1px solid white;
	background-color: black;
	padding: 25px;
	margin: auto;
	text-align: center;
	width: 700px;
	height: auto;
}

h1.head {
	font-size: 45px;
	color: white;
}

a {
	color: #f6bb0b;
	font-family: 'IBM';
}