body{ background-color: yellow;
		font-family: Georgia, "Times new Roman"

		Times, serif;
		color: darkred}
h1{
font-family: Helvetica, Geneva, Arial,

		SunSans-Regular, sans-serif; color: blue; text-align: center;background-color: greenyellow;}


h2{
	font-family: Caesar Dressing, cursive;
font-size: 40px;
text-align: center;
}

h3{
	font-family: ZCOOL Kuaile, cursive;
font-size: 35px;
text-align: center;}

h4{
	font-family: Pacifico, cursive;
font-size: 30px;
text-align: center;
color: blue;
background-color: grey;}

div {
	height: 120px;
	width: 120px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 30px;
	margin-top: 20px;
	background-color: greenyellow;
	border: 1px solid blueviolet;
	border-bottom-right-radius: 50px 30px;
	font-size: 23px;
}