Complete the code to set the initial size of a flex item to 200 pixels:
.flex-item { flex-basis: _____; }
200px
200%
0
auto