.footer-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
body{
  background:
    linear-gradient(rgba(10,15,20,.55), rgba(10,15,20,.55)),
    url("../images/HYTALE_Hintergrund.webp") center/cover no-repeat fixed,
    var(--bg);
}
.impressum-card{
  margin-top:32px;
}
.modes-page .modes-card{
  min-height: auto;
}
