    .h2 {
      text-align: center;
    }
      .body {
        display: flex;
        justify-content: center; /* Horizontaal centreren */
        align-items: center;    /* Verticaal centreren */
        height: 60vh;          /* Hele viewporthoogte */
        margin: 0;              /* Geen marges */
        padding: 0;
        color: black;
        background-color: white; /* Optioneel voor visuele controle */
        text-align: center;
      }

      .container {
        text-align: center; /* Zorg voor centrale uitlijning binnen de container */
      }
      .logo {
	max-height: 150px;
	max-width: 300px;
     }  
     .weblink {
      text-decoration: underline;
      color: black;
    }


#iframe_fullscreen {
    width: 100%;
    height: 100%;
    border: none; /* Verwijder de rand van het iframe */
}
#iframe_html, #iframe_body {
    height: 100%;
    margin: 0; /* Verwijder de standaard marges */
    padding: 0; /* Verwijder de standaard padding */
}
