li:hover {
	background-color: tomato;
	transition: 0.7s;
	cursor: pointer;
}

span{
	float: right;
}