0 / 60 seg.

Complete the code to set a border of 3 pixels, solid style, and a hex color #FF5733:

.box {
    border: _____;
}