body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    background-image: url("/images/hund.jpg");
    background-size: cover;        /* Bild füllt die gesamte Seite */
    background-position: center;  /* Bild wird zentriert */
    background-repeat: no-repeat;
    min-height: 100vh;
}