#board {
	background-image: url("../img/board-impossible.png");
}

.wall-vertical,
.wall-horizontal {
	background: none;
	box-shadow: none;
}

.cell:has(.hole),
.cell:has(.exit)::after {
	background: none;
}