span {
	color: yellow;
	background: darkblue;
}

div {
	color: white;
	background: red;
}

.klar {
	color: black;
	background: lightgreen;
}
