body {
	background-color: lightskyblue;
	
}
p {
    font-size: 20px;
    color: hotpink;	
}
h1 {
	border: 4px solid purple;
	border-radius: 30px;
	color: blueviolet;
	text-align: center;
	background-color: white;
	font-family: "Playwrite CU Guides", cursive;
}
h2 {
	border: 2px solid purple;
	background-color: white;
	border-radius: 30px;
	text-align: center;

}

div {
	height: 120px;
	width: 120px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	background-color: hotpink;
	border: 4px solid #000;
	border-color: blueviolet;
	font-family: sans-serif;
	border-radius: 20px;
}
