body{
	background-image:url("Images/fond.jpg");
	background-color : black;
	background-size: 100%;
	background-repeat: no-repeat;
	color:white;
	margin:50px;			
	text-align:center;
}

#question{
	color : red;
	font-family: Bell;
	font-size : 300%;
}
		
#piece {
	columns: 300px 4;
	margin: 5px;
}
		
#image{
	background-size : contain;
	height:350px;
	width:250px;
	margin: 50px;
}

h1, #form{
	text-align:center;
}