
        .blob { position: absolute; border-radius: 50%; filter: blur(80px); z-index: 0; opacity: 0.4; }
        .blob-1 { top: -50px; left: -50px; width: 400px; height: 400px; background: #0ea5e9; }
        .blob-2 { bottom: 0; right: 0; width: 400px; height: 400px; background: #94a3b8; }
        
        /* Style pomocnicze */
        .aligncenter { text-align: center; margin-left: auto; margin-right: auto; display: block; }
        figure img { height: auto; max-width: 100%; border-radius: 0.5rem; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1); margin: 0 auto; }
    