        body {

            font-family: Arial, sans-serif;
            max-width: 800px;
            margin: 50px auto;
            padding: 20px;
            background-color: #f4f4f4;
            background-size: auto;
            background-position: center;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-blend-mode: luminosity;

            background-image: url('./images/IMG_20240322_192427_920-01-01.jpeg');
        }
        h1 {
            color: #fff;
            text-shadow: 5px 5px 7px rgba(0, 0, 0, 1);
            text-shadow: 5px 5px 7px rgba(0, 0, 0, 1); }
        p {
            line-height: 1.6;
            color: #fff ;
            text-shadow: 5px 5px 7px rgba(0, 0, 0, 1);      }
