body {
    background-image: url('/images/Hintergrund_altes-Papier.jpg'); /* Pfad anpassen! */
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}