@charset "utf-8";
/* CSS Document */
h1 {
	font-family: "Bradley Hand ITC";
	font-size: 77px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: rgba(102,255,255,1);
}
h2 {
	font-family: "Bradley Hand ITC";
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: rgba(204,153,255,1);
}
p {
	font-family: "Bradley Hand ITC";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: rgba(153,255,204,1);
	text-align: left;
	padding-top: 14px;
	padding-left: 14px;
}
</style>
