html, body {
    height: 100%;
}

body {
  display: flex;
  align-items: center;
}

a[href*="otto.de"]{
  background-image: url(https://www.google.com/s2/favicons?domain=otto.de);
}

a[href*="xing.com"]{
  background-image: url(https://www.google.com/s2/favicons?domain=xing.com);
}

a[href*="peak.games"]{
  background-image: url(https://www.google.com/s2/favicons?domain=peak.games);
}

a[href*="medyasoft.com"]{
  background-image: url(https://www.google.com/s2/favicons?domain=medyasoft.com);
}

a[href*="nexum.com"]{
  background-image: url(https://www.google.com/s2/favicons?domain=nexum.com);
}

a[href*="wissenakademie.com"]{
  background-image: url(https://www.google.com/s2/favicons?domain=wissenakademie.com);
}

a.link {
  padding-left: 19px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
}