@charset "ISO-8859-1";
/* CSS Document */

body {
	background: #333;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#canvas_holder {
	margin: 0 auto;
	width: 600px;
	height: 400px;
	background: #FFF;
	box-shadow: rgba(18, 207, 49, 0.229) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.bouttonJeu{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;

}
#demarrer{
	width: 150px;
	height: 40px;
	background-color: aqua;
	border-radius: 15%;
}
#demarrer:hover{
	background-color: rgba(0, 157, 255, 0.452);
	
}