How do I center them, on the same line, with the same width between each other, regardless of the resolution?
<div id="stats">
<div class="box">
<i class="fas fa-cloud"></i>
<p>Members</p>
</div>
<div class="box">
<i class="fas fa-cloud"></i>
<p>Awards</p>
</div>
<div class="box">
<i class="fas fa-cloud"></i>
<p>Countries</p>
</div>
</div>