* {
   margin: 0;
   padding: 0;
}

body {
   overflow: hidden;
   background: #000;
   font-family: sans-serif;
}

div.imgLink {
   position: absolute;
   width: 100vw;
   height: 100vh;
   background: #000;
   color: #000;
   background-image: url('/media/Paradiesscan_Nola_Bunke_quer.jpg');
   background-size: cover;
   background-position: center;
}

div.imgLink:hover {
   cursor: hand;
   cursor: pointer;
}

a.divLink {
   overflow: hidden;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   text-decoration: none;
   z-index: 10;
   background-color: white;
   opacity: 0;
   filter: alpha(opacity=0);
}