h1 {
	position: relative;
}
h1::after {
	content: attr(data-content);
	font-family: "Megazoid Shade Right Web";
	position: absolute;
	top: 0;
	left: 0;
	color: #ccc;
	z-index: -1;
}
