0 / 60 seg.

Complete the code to add a box shadow with a blur radius of 2px, blue color, horizontal offset of -1px, and a vertical offset of 1px:

.box {
    box-shadow: _____;
}