body {
	margin: 0 auto;
	padding: 0;
	background: #4285f4;
	padding-top: 5em;
}

#myCanvas {
	display: block;
	margin: 0 auto;
	border: 3px groove white;
	border-radius: 10px;
}

body button {
	position: relative;
	display: inline;
	z-index: 2;
	left: 650px;
	top: -170px;
	background: grey;
	color: white;
	border: 2px solid white;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 5px;
}

/*
body button:hover {
	position: relative;
	display: inline;
	z-index: 2;
	left: 650px;
	top: -170px;
	background: #111111;
	color: white;
	border: 2px solid white;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 5px;
}
*/