body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: black;
  text-align: var(--body-text-align);
  background-color: #EEEEEE;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
}
body1 {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: yellow;
  text-align: var(--body-text-align);
  background-color: green;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
}
body2 {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: yellow;
  text-align: var(--body-text-align);
  background-color: green;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
  background-image: url(images/hoofdpagina/foto_website.jpg);
}
.footer .grid-child {
  align-items: flex-start;
  row-gap: 2rem;
}
.footer {
  background-color: #1d4555;
  background-image: none;
}