.title {
	text-glow: 2px 3px grey;
	text-shadow: 2px 3px grey;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #333333;
}
.text {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #333333;
	cursor: crosshair;
	font-weight: normal;
}
.title2 {
	text-shadow: 2px 3px grey;
	font-size: 12px;
	font-weight: bolder;
	font-variant: normal;
	color: #333333;
	font-family: "Comic Sans MS";
	text-transform: uppercase;
}
