h1 {
	font-family: 'Staatliches', sans-serif;
	font-size: 115px;
	color: rgb(255, 182, 193); 
	margin-bottom: 10px;
}
h2 {
	font-family: 'Staatliches', sans-serif;
	font-size: 50px;
	margin-bottom: 40px;
	margin-top: 62px;
	color: rgb(255, 20, 147);
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	background-color: RGB(224, 255, 255);
	text-align: center;
	line-height: 29px;
	border: 4px dotted rgb(255, 20, 147);
	font-stretch: expanded;
	}