Overlap scatter chart and area chart

I have the following example:
https://codepen.io/MZolotoy/pen/xxbVwEo

The line that is underneath of area changes it color. Can I keep it same color?

Thanks

I figure it out. Trace order is defined by the trace array. So adding an area chart before the line did the trick.

You may reverse the draw order.
demo.