h2 {
	background-color: purple;
	border: 1px solid black;
	color: pink;
	display: inline;
	position: relative;
	left: -20px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
hr:first-of-type {
	margin-top: 20px;
}

#centered {
	position: absolute;
	left: 50%;
	top: 15%;
	margin-left: -75px;
	
}
#pinkCircle {
	background-color:pink;
	height:125px;
	width:125px;
	border-radius:50%;
	margin: 10px;
}
button {
	border: 5px solid purple;
	box-shadow: 1px 9px #888;
	color: #808080;
	font-weight: bold;
	font-style: italic;
	width: 150px;
}
button:active {
  box-shadow: 1px 4px #666;
  transform: translateY(4px);
}
p {
	font-family: Sofia, Arial, serif;
	margin-left: -25px;
	width: 250px;
}
hr {
	margin-left: -75px;
}