html {height: 100%}

body {height: 100%;
      margin: 0;
      background: linear-gradient(to bottom, #16333C 200px, #FFF 200px);
      background-repeat: no-repeat; 
      background-attachment: scroll;
      font-size: 62.5%}


h1 {font-family: Arial, sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    font-style: normal;
    padding-top: 1em;
    padding-bottom: 0.8em}


.box-FFF {width: 100%;
          padding: 3em 0 1.2em 0}

.content-box {width: 100%;
              max-width: 1040px;
              margin: auto}


.content {padding: 0 1em 0 1em;
          font-family: Arial, sans-serif;
          font-size: 2.0em;
          line-height: 180%;
          color: #16333C}

.content a{color: #16333C;
           font-style: italic;
           font-weight: bold;
           text-decoration: none}

.content a:hover{color: #16333C;
                 font-style: italic;
                 font-weight: bold;
                 text-decoration: underline}

.blauw {
  width: 100%;
  background-color: #16333C;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
  justify-content: center; /* centreren van de inhoud */
}

.wordcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 90%;
  justify-content: center;
  margin-top: 4em;
  margin-bottom: 4em;
  align-content: center;
  text-align: center;
}

.wordcloud span {
display: inline-block;
white-space: nowrap;
font-size: 1.4em;
font-weight: bold;
}


.beeld {width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1em}

