
#log {
    max-width: 100%;
} 

canvas {
	width: 100%;
	height: 100%;
	background-color:cyan;
	z-index: -1;
	position: absolute;
	top: 0; left: 0;
	/* uncomment above to nullify margins */
}

