body {
	margin: auto;
	font-size: 24px;
	padding: 1em;
	max-width: 1024px;
	font-family: 'Courier New', monospace;
	color: #0f0;
	background: #000;
	word-wrap: break-word;
}

a {
	text-decoration: none;
	color: #0f0;
	font-weight: bold;
	padding-right: 0.25em;
}

a:hover {
	text-decoration: underline;
	color: #0f0;
}

h1 {
	font-size:3rem;
	letter-spacing:-.75px;
	color: #0f0;
	padding-top:.5rem;
}

footer {
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: center;
}

pre {
	border: 2px solid #0f0;
	width: 70%;
}

.blink {
	animation: blink 1s infinite;
	animation-timing-function: linear(0 0%, 0 49%, 1 50%, 1 99%);
}

@keyframes blink {
	from {opacity: 1;}
		to {opacity: 0;}
}
