   @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap');
     
   #PortalPagina { width: 100%; position: relative; z-index: 0;}
    #PortalPagina img { width: 100%; } 
    #PortalPagina h2 { font-family: 'Poppins', sans-serif; font-size: 45px; line-height: 50px; text-transform: uppercase; color:#4194a3;}
    #PortalPagina p { font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 24px; }
    
    /* Content */
    #Inleiding { background: black url(https://www.alternate.nl/download/b2c_nl/pic/merken/fractal-design/2025/ReviewCampagne/Inleiding-bg_2.jpg); background-size: cover; padding: 60px; }
    #Inleiding .row { border: 1px solid #4194a3; border-radius: 20px; padding: 10px; }
    .SeoTekstvlak { color: white; align-self: center; }
    .SeoTekstvlak a { padding: 10px 20px; background: red; color: white; }
    
    .GoogleForm iframe { background: black; width: 100%; height: 120em; }

    @media screen and (max-width: 667px) { /* Mobile */
         #PortalPagina h2 { font-size: 25px; line-height: 30px; }
        #PortalPagina p { font-size: 14px; line-height: 23px;}
        #Inleiding { padding: 30px; }
        #Inleiding .row { flex-direction: column-reverse; }
        .SeoTekstvlak { padding-bottom: 30px; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        .GoogleForm iframe { height: 100em; }
    }