body {
	margin: 0;
	padding: 20px;
	padding-left: 50px;
}
#allBox {
	width: 500px;
}
.listFalse {
	display: flex;
	background: red;
	transition: .5s;
}
.listTrue {
	display: flex;
	background: green;
	text-decoration: line-through;
}
