0 / 60 seg.

Complete the code to add a box shadow with gray color, a blur radius of 10px, a horizontal offset of 0px, and a vertical offset of 0px:

.box {
    box-shadow: _____;
}