.Impressum {
  height: 100vh;
  padding: 5vh;
  background-color: black;
  color: white;
}

.backlink {
  font-family: gontserrat;
  font-size: 5vw;
  display: block;
  text-align: right;
  color: white;
  text-decoration: none;
}

.Impressum p {
  font-size: 2vh;
  margin: 5vh;
  font-family: walkway;
}

.Impressum a {
  color: white;
  text-decoration: none;
}
