h1 {
	margin: auto;
	text-align: center;
	font-weight: bold;
	/*font-size: ;*/
	color: white;
	white-space: pre;
	
	/* This is is how most browsers show the <pre> html block */
	/* display: block; */
	font-family: monospace;
	white-space: pre;
}

