Based on the following code, calculate the left margin of .flex-item-first.
<div class="parent" style="width: 1000px;">
<div class="flex-container" style="width: 500px;">
<div class="flex-item-first" style="margin-left: 10%">Some text</div>
<div class="flex-item">Some text</div>
</div>
</div>