body {
    font-family: Arial, sans-serif;
    background-image: url('https://leonhuber.de/img/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* sorgt für einen fixierten Hintergrund beim Scrollen */
    color: white; /* Textfarbe passend zum Hintergrund */
    min-height: 100vh;
    margin: 0;
}
