Fill in the blanks to create a button with a box shadow of 3px horizontal offset, 3px vertical offset, a blur radius of 10px, and a purple color, along with a text shadow of 1px horizontal offset, 1px vertical offset, no blur, and a yellow color:
.button {
box-shadow: _____;
text-shadow: _____;
}