html{
	place-items: center;
}
#board{
	position: fixed;
	left: 50%;
	transform: translate(-50%);
	width: 400px;
	height: 100%;
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: 100px 100px auto auto;
	text-align: center;
	justify-content: center;
}
#fruits{
/*	border: 1px solid black;*/
	background-repeat: no-repeat;
	background-position: center center;
}
.color{
	display: inline-block;
	width: calc(400px / 10);
	aspect-ratio: 1;
	background-size: 700px auto;
	background-position: center center;
	background-image: none !important;
}
#colors1{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#colors2{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#chance{

}
#chance img{
	width: 60px;
	aspect-ratio: 1;
}


.fruit1{
	background-position: 500px 100px;
}
.fruit2{
	background-position: 500px 100px;
}