
            button:has(.pi-google) { display: none !important; }
            button:has(.pi-github) { display: none !important; }
            h1 + p span.cursor-pointer.text-blue-500 { display: none !important; }
            h1 + p { display: none !important; }
            .relative.hidden.flex-1.overflow-hidden.bg-black.lg\:block { display: none !important; }
            p.mt-5.text-sm.text-gray-600 { display: none !important; }
            button.underline, a.underline { display: none !important; }

            h1.my-0.text-xl\/normal {
                background-image: url("/vfxmojo-logo.png");
                background-repeat: no-repeat;
                background-position: center top;
                background-size: 220px auto;
                height: 110px;
                font-size: 0 !important;
                color: transparent !important;
                margin-bottom: 1rem;
            }
        