body {
  color: purple;
}
img {
	border: 5px solid purple;
	width:100%;
	height:500px;
}

h1 {
	background-color:Violet
}

h2 {
	background-color:Violet;
	text-align:center;
}

ul {
	width:300px;
	margin:auto;
	background-color:Violet;
}
p {
	font-size:300%;
	text-align:center;
}