.impressumdiv {
   background-color: black;
   color: white;
   padding: 7vh;
   text-align: left;
   display: flex;
   height: fit-content;
   flex-direction: column;
   justify-content: center;
}

.impressumdiv h2 {
   font-size: 5vw;
   margin-top: 10vh;
   margin-bottom: 0;
}

.backlink {
   color: white;
   font-family: "goldbill", Helvetica, sans-serif;
   font-size: 2vw;
   text-decoration: none;
   margin-top: 5vh;
   align-self: flex-end;
}

.link {
   color: white;
   font-family: "goldbill", Helvetica, sans-serif;
   font-size: 2vw;
   text-decoration: underline;
}
.impressumdiv a:hover {
   color: rgb(255, 15, 180);
}

.backlink:hover {
   color: rgb(0, 255, 115);
}
