
body {
  background-image: url('/images/eule5.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-color: black;
  background-position: center;
}

a:link, a:visited {
    color: white;
}
