body{
	background-image: url('circleBounce_background_image.png');
    background-size: cover;        /* scales to cover */
    background-position: center;   /* centers horizontally and vertically */
    background-repeat: no-repeat;
}
#myCanvas{
	position: absolute;
	top:175px;
	left: 715px;
	z-index: 11;
}
#videoGame_controller{
	position: absolute;
	top:250px;
	left: 640px;
	z-index: -1;
}
#play{
	width: 100px;
	height: 50px;
	font-family: 'Bellota';
	font-weight: bold;
	font-size: 15px;
	color: #dca6a0;
	border:2px solid rgb(195,195,195);
	background-color: #f5c2bcff;
	border-color: #dca6a0;
	border-radius: 8px;
	position:absolute;
	top:595px;
	left:770px;
}
#auto{
	width: 100px;
	height: 50px;
	font-family: 'Bellota';
	font-weight: bold;
	font-size: 15px;
	color: #85afbe;
	border:2px solid rgb(195,195,195);
	background-color: #9acde0ff;
	border-color: #85afbe;
	border-radius: 8px;
	position:absolute;
	top:595px;
	left:1028px;
	
}
h1{
	font-family: 'Dancing Script';
	font-size: 84px;
	margin-bottom: 0px;
}
h4{
	font-family: 'Comfortaa';
	font-size: 24px;
	margin-top: 0px;
}