
canvas {
	border: 2px solid black;
	background-color: black;
}

div {
	word-wrap: break-word;
	width: 640px;
 }

 body {
	background: grey;
 }