h3.outline {
	position: relative;
	display: inline-block;
	color: #ccc;
	text-transform: uppercase;
}
h3.outline::before {
	content: attr(data-text);
	position: absolute;
	color: #ccc;
	inset: 0;
	color: transparent;
	-webkit-text-stroke: 10px #ff31ca;
	z-index: -1;
}