My icon is hanging low on the left corner of the screen. I'm looking for a quick way to move it next to the weather condition (right below Your Location).
Access Codepen link
<div class="container">
<h1 class=" text-center"> Your Local Current Weather</h1> <br>
<div>
<h2 id="location" class="text-center"> </h2>
<h2 id="condition" class="text-center">
</h2>
<h2 class="text-center" style="cursor: pointer">Temperature: <span id="temperature" class="toggle"></span></h2>
<canvas id="icon" width="100" height="100"></canvas>
</div>
</div>