@font-face {
   font-family: 'Retrocide';
   src: url('Retrocide.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

/* Here is the stuff we covered in class that get overwritten by my custom style rules */
body {
	font-family: system-ui, sans-serif;
	font-size: 100%;
	line-height: 140%;
}

body {
	font-family: 'Retrocide', monospace;
	letter-spacing: 0.02em;
	font-size: 100%;
	line-height: 140%;
	background-color: #111;
	color: whitesmoke;
}

em {
	color: red;
	font-style: normal;
	text-transform: uppercase;
}


.bio {
	color: rgba(100,255,100,0.8);
}

h1, h2 {
	text-align: center;
}