/*html {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

body {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

*/
html, body {
	font-size: 30pt;
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	/* #800080 - purple */
	background: white linear-gradient(45deg,
		transparent 0%, transparent 17.95%, white 18%,
		blue 18.25%, blue 23%,
		yellow 23.25%, yellow 28%,
		red 28.25%, red 33%,
		white 33.25%,transparent 33.3%, transparent 100%);
	display: grid;
	grid-template-columns: 33% 34% 33%;
	grid-template-rows: 33% 34% 33%;
	justify-items: center;
	align-items: center;
	background-attachment: fixed;
}

#theScreen {
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	-webkit-user-select:
}

#theScreen:hover {
	border: none;
}

#theScreen:active {
	border: none;
}
