body {
    background-image: url('hg.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    height: 100vh; 
    margin: 0; 
    overflow: hidden; 
    font-family: sans-serif; 
    color: #eeeeee; 
    display: flex; 
    justify-content: center;
    align-items: top;
}

h1 {
    font-size: 3em;
    text-shadow: 3px 3px 4px #000000; /* Text-Schatten für bessere Lesbarkeit */
}