Which of the following options will add a shadow to the right of the text without blur?
text-shadow: 0 0 5px black;
text-shadow: 5px 5px 5px black;
text-shadow: 0 5px 0 black;
text-shadow: 5px 0 0 black;