body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

.container {
	min-height: 120px;
}

#box-game_command {
	text-align: center;
	: left;
	align-items: center;
	justify-content: center;
	width: 25%;
}

#pause-play-button,
#speed-button {
	margin-bottom: 10px;
}

#box-score {
	text-align: center;
	font-size: 50px;
	margin-top: 20px;
	font-weight: bold;
}

#box-game_command {
	position: absolute;
	left: 10%;
	transform: translate(-50%,-50%);
}

#box-debug_command {
	display: none;
	text-align: center;
	margin-top: 20px;
}

#box-spawn_command button {
	margin: 5px;
}

#box-spawn_command img {
	width: 30px;
	height: auto;
	margin-right: 5px;
}

.pig {
	width: 100px;
	height: 100px;
}

#pig-container {
	position: relative;
	z-index: 0; /* Assurez-vous que la zone de pig-container est en dessous des autres éléments */
}
