---
layout: default
---

<div class="container text-center">
  <div class="position-absolute top-50 start-50 translate-middle">
    <h1 class="display-1">404</h1>
    <p><strong>We couldn't find that :(</strong></p>
    <p>Maybe you were looking for one of these pages?</p>
    <div class="row">
      <div class="col">
        <ul class="list-unstyled">
          <li><i class="fas fa-home"></i> <a href="/">Back to our Homepage</a></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="position-absolute bottom-0 start-50 translate-middle-x">
    <p class="text-danger text-center"><i class="fas fa-exclamation-circle"></i> If you believe you reached this page in error, please <a href="https://github.com/privacyguides/privacyguides.org/issues/new/choose">contact us</a>!</p>
  </div>
</div>