
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            max-width: 1280px;
            margin: auto;
            background: linear-gradient(rgb(17, 2, 71),  rgb(63, 1, 121)); 
        }
        h1 {
            
            text-align: center;
            color: rgb(255, 255, 255);
            font-size: 36px;
        }

        h2 {
            text-align: center;
            color: rgb(255, 255, 255);
            font-size: 28px;
        }
        h3 {
            text-align: left;
            color:  rgb(255, 255, 255);
            font-size: 22px;
        }
        nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: #333;
            padding: 10px 0;
            text-align: center;
        }
        nav a {
            color: white;
            text-decoration: none;
            margin: 0 15px;
            font-size: 18px;
        }
        .sekcja {
            padding: 80px 20px;
            border-bottom: 1px solid #ddd;
        }
       
        p {
            font-size: 18px;
            text-align: center;            
            color: rgb(255, 255, 255);            
            font-size: 3.0vh;    
        }
        @media (max-width: 768px) {
            p {
                font-size: 22px;
            }

        }
        .opis {
            margin-top: 20px;
            border: 5px solid rgb(255, 255, 255);
        }
        .actor {
            display: flex;
            align-items: center;
            margin-top: 20px;
        }
        .actor img {
            width: 150px;
            border-radius: 10px;
            margin-right: 20px;
        }
        .tytul {
            margin-top: 100px;
            text-align: center;
            color: rgb(255, 255, 255);
           
        }
        .wstep {
            margin-top: 100px;
            text-align: center;
            color: rgb(255, 255, 255);
           
        }
        .video {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
        }
        .video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
   