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