#some-id {
	background-color: red;
}
.some-class {
	color: blue;
}
.some-class > h1 {
	text-align: center;
}
img {
	width: 500px;
}
