    .grijze-achtergrond {
      background-color: rgba(201, 200, 200, 0.568); /* Grijze achtergrond */
      color: white; /* Optioneel: witte tekst */
      padding: 20px; /* Optioneel: ruimte binnen de div */
      border-radius: 5px; /* Optioneel: afgeronde hoeken */
    }


