@import 'reset.css';

/* html { background: lightgrey; height: 100%; } */
body { color: black; background: white; }

p {
	/* border: 1px solid black;
	background: yellow; */
	margin: 1em;
	text-align: center;
}
canvas { vertical-align: top; background: darkgrey; }
a { color: blue; }

/*
:-webkit-full-screen {
	background: orange;
	width: 100%;
	/* height: 400px; *
}
*/
:-webkit-full-screen canvas {
	width: 100%;
	height: 100%;
}
