div {
	background-color: pink;
}
span {
	color: white;
	background-color: blue;
}

div > div {
	background-color: green;
}
