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