/* offset-x | offset-y | blur-radius | color */ text-shadow: 1px 1px 2px black;
.red-text-shadow { text-shadow: red 0 5px; }