h1 {

	color:red;
}

p {

	font-size: 25%;
}

img {

	transform: rotate(180deg);
}

div {

	text-align: center;
}