
@font-face {
  src: url("veteran typewriter.ttf");
  font-family: "Typewriter";
  font-style: normal;
}
body {
	font-family: 'Typewriter', sans-serif;
}
p {
	font-size:1.25rem;
	margin-bottom:.75rem;
	line-height:1.5rem;
}

.blood {
	color:#880808;
}