<body>
<dialog id="modal-window" class="popup-overlay modal" aria-modal="true">
<div class="popup">
<div>
<h2>Cookies 🍪</h2>
<p>
Very important information in regard to whom you will sell your soul to.
</p>
<p>
Allow or Prohibit:
</p>
<div class="popup-controls popup-controls-checkboxes">
<input id="technical" type="checkbox" checked>
<label for="technical">Technical Cookies</label>
<input id="analytical" type="checkbox" checked>
<label for="analytical">Analytical Cookies</label>
<input id="thirdParty" type="checkbox" checked>
<label for="thirdParty">3rd Party Cookies</label>
</div>
</div>
<div class="popup-button-container">
<button class="accept" onclick="hideOverlay(true)">
Accept
</button>
<button onclick="hideOverlay(true)">
Decline
</button>
</div>
</div>
</dialog>
<main>
<section>
<h1>Very cool website that needs cookies</h1>
<p>
Our quality content mainly consists of cats in various poses.
</p>
<a href="#">Here is a link that would get focused if the focus trap would not exist.</a>
<p>
Also dogs that sniff each other's butts are seen here.
</p>
<a href="#">Here is another link that would get focused if the focus trap would not exist.</a>
<p>
Have you ever watched a cockatoo solving a Rubik's cube? We neither.
</p>
<a href="#">Here is yet another link that would get focused if the focus trap would not exist.</a>
</section>
...