Need some help with getting the h5 text to show up inside the div with id="text". Any advice would be appreciated! Thanks for taking the time to read this!
<div id="footer">
<div id="instagram">
<div id="text">
<h5>Make sure to check out our <a href="https://www.instagram.com/craftyclams/">Instagram page</a> for updates!</h5>
</div>
<div id="insta-logo">
<div>
<a class="whitelink" href="https://www.instagram.com/craftyclams/" id="insta"></a>
</div>
</div>
</div>
</div>
CSS style for footer:
https://i.sstatic.net/9XTkR.png
Positioning of the div element: