How can I ensure that my links show up in front of the video background rather than behind it?
This is the code snippet I am currently working with:
<body>
<header class="v-header container">
<div class="fullscreen-video-wrap">
<video src="video.mp4" autoplay="true" loop="true" muted>.
</video>
</div>
<div class="header-overlay"></div>
<div class="header-content">
<h1>PÖBEL</h1>
</div>
</header>
<div class="instagram">
<a href="https://www.instagram.com">INSTAGRAM</a></div>
<div class="facebook">
<a href="https://www.facebook.com">FACEBOOK</a>
</div>
</body>