<!DOCTYPE html>
<html>
<head>
    <title>Toegang geweigerd</title>
    <style>
        body { font-family: Arial; text-align: center; padding: 50px; }
        h1 { color: #d9534f; }
 .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
  }
    </style>
</head>
<body>
  <div class="background">
    <img src="/custom/reddwarf.jpg" alt="Background Image">
  </div>
    <h1>Toegang geweigerd</h1>
    <p>
    <font color=white>
    Je hebt geen toegang tot deze pagina.
    </font>
    </p>
</body>
</html>