/* CSS sheet for testing purposes */

body {
	background-color: rgb(16,1,2);
	border-color: rgb(192,134,3);
}

h1 {
	color: rgb(192,134,3);
	text-align: center;
	font-family: monospace;
}

p {
	color: rgb(192,134,3);
	font-family: monospace;
	font-size: 20px;
}
