Which declaration should be added to the span rule to make it appear 20px lower than its original position?
span
20px
top: 20px;
bottom: 20px;
height: 20px;
padding-top: 20px;
top: 20px;.