p {
	font-family:"ZCOOL KuaiLe" ;
	text-align: center;
}
body {
	background-color:lightblue;
}
div {
	height: 50px;
	width: 600px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	background-color: darkgoldenrod;
	border: 10px solid darkred;
}
.modA {
	background-color: darkgreen;
}
.modB {
	height: 200px;
	width: 1200px;
	background-color: black;
	text-size-adjust: 60px;
	text-align: center;
	border: 5px red;
}
h1 {
	text-size-adjust: 60px;
	text-align: center;
	background-color:blueviolet;
	color: yellow;
	border: 4px black;
}
h2 {
	font-size-adjust: 40px;
	background-color: black;
	color: yellow;
	border: 4px red;
}
h3 {
	text-align:center;
}