:블러 틀/styles.css

.blur-template{
	text-shadow: 0 0 6px gray;
}

.blur-template:hover{
	text-shadow: 0 0 transparent;
}