body{
	background-image:url("bg");
}
h1 {
	text-align:center;
	color:green;
}
h1 span {
	background-color:black;
}
