Which of the following codes applies a red shadow of 5px to the right and 5px down from the text?
text-shadow: red 5px 5px;
text-shadow: 5px red 5px;
text-shadow: red 5px -5px;
text-shadow: 5px 5px red;