/* DATEI: style.css */
h1   { color:    green;
       text-decoration: underline;
       text-shadow: 5px 5px 5px pink;
 }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  background: url('index.html2') no-repeat center center fixed;
  background-size: cover;
}
body {
  background-image: url("backround.svg");
  background-size: cover;      /* Skaliert das Bild, damit es den Hintergrund ausfüllt */
  background-repeat: no-repeat;
  background-position: center center;
}
