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