body {
	width: 700px;
	height: 750px;
	margin: auto;
}

#buttons {
	width: 700px;
	margin-top: 700px;
	position: absolute;
	background-color: rgb(255,165,0);
}

canvas {
	position: absolute;
	width: 700px;
	height: 750px;
	background: transparent;
	margin: auto;
}

#backgroundCanvas {
	/*background-color: #000;*/
	margin: auto;
}

button {
	/*position: inherit;*/
	-webkit-user-select: none;
	background-color: #4CAF50;
	text-align: center;
	color: white;
	width: 32.9%;
	height: 100px;
	margin: auto;
	font-size: 30px;
	padding: 0;
}
#right {
	/*margin-top: 750px;*/
	/*margin-left: 495px;*/

}
#space {
	/*width: 30%;*/
	/*margin-left: 200px*/
}
#score {
		font-size: 20px;
		position: absolute;
		color: black;
		width: 100px;
		height: 20px;
		margin-left: 10px;
}