body {
	background-color: black;
}

p {
	color: red;
}

span {
	display: inline-block;
	color: #333;
}
