h1{
	color: pink;
	background-color:MidnightBlue;
	font-size: 60px;
}
body{
	text-align: center;
	background-color: MediumPurple;
}
img{
	height: 300px;
}
p{
	background-color: Pink;
}