canvas {
	border: 1px solid white;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-crisp-edges;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}

body {
	background-color: black;
	text-align: center;
}

button {
	background-color: #4CAF50; /* Green */
	cursor: pointer;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
  }