Which of the following options produces a shadow in the lower right diagonal of the text?
text-shadow: 3px -3px black;
text-shadow: -3px 3px black;
text-shadow: 3px 3px black;
text-shadow: -3px -3px black;