h1 {
	border-color: blanchedalmond;
	background-color: red;
	text-decoration-color: blue;
	text-align: centre ;
	border-radius: 24px;
}
p {
	text-size-adjust: 20px;
	font-family: ZCOOL Kuai;
}
h2 {
	background-color: green;
	text-decoration-color: palegoldenrod;
}
div {
	background-color: darkred;
	height: 120px;
	width: 120px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	background-color: #F2F1EE;
	border: 1px solid #000;
}
class {
	border-color: blanchedalmond;
	background-color: red;
	text-decoration-color: blue;
	text-align: centre ;
	border-radius: 24px;
}
.caja1 {
	border-color: blanchedalmond;
	background-color: red;
	text-decoration-color: blue;
	text-align: centre ;
	border-radius: 24px;
}
.caja2 {
	border-color: chocolate;
	background-color: yellow;
	text-decoration-color: forestgreen;
	text-align: centre ;
	border-radius: 24px;
}
.caja3 {
	border-color: black;
	background-color: limegreen;
	text-decoration-color: peru;
	text-align: centre ;
	border-radius: 24px;
}
.caja4 {
	border-color: whitesmoke;
	background-color: mediumorchid;
	text-decoration-color: peru;
	text-align: centre ;
	border-radius: 24px;
}