@keyframes text-shadow-pop-bottom {
0% {
text-shadow: 0 0 #555, 0 0 #555, 0 0 #555, 0 0 #555, 0 0 #555, 0 0 #555, 0 0 #555, 0 0 #555;
transform: translateY(0)
}
to {
text-shadow: 0 1px #555, 0 2px #555, 0 3px #555, 0 4px #555, 0 5px #555, 0 6px #555, 0 7px #555, 0 8px #555;
transform: translateY(-8px)
}
}
.GRIMOIRE_CSS_ANIMATION {
animation-name: text-shadow-pop-bottom;
}