h1 {
	text-align: center;
	color: red}
h2  {margin-left: 60%;
		color: red;
	}
abc {
	color: purple;
}
p {color: green}
a {color: yellow;}	
body {
	background-image: url("../5.jpg");
	color: purple;
	width: 100%;height:100%;
}
img {
	position: absolute;
	left: 50%;
	margin-left: -181px;
}