body {
  margin: 0;
  background-color: #478ac9;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.pagina {
  padding: 30px 20px 50px;
}

h1 {
  text-align: center;
  font-size: 2.25rem;
  margin: 0 auto 25px;
}

.hoofdtekst {
  max-width: 800px;
  margin: 20px auto 30px;
  padding: 0 20px;
  line-height: 1.7;
  text-align: left;
}

.kleine-tekst {
  max-width: 800px;
  margin: 20px auto;
  padding: 0 20px;
  line-height: 1.5;
  text-align: left;
}

@media (min-width: 768px) {
  .hoofdtekst,
  .kleine-tekst {
    text-align: justify;
  }
}

/* QR-codes */

.image-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
  text-align: center;
  margin: 20px 0 30px;
}

.qr-block {
  width: 180px;
}

.qr-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.qr-block img {
  width: 180px;
  max-width: 70vw;
  height: auto;
  display: block;
}

.direct-link {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}

.qr-link {
  margin-top: 4px;
  font-size: 13px;
}

.qr-link a {
  color: white;
  text-decoration: underline;
}

.qr-link a:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  h1 {
    font-size: 1.875rem;
  }

  .image-container {
    gap: 30px;
  }
}
.taalmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px auto 30px;
  text-align: center;
}

a.taalknop,
a.taalknop:link,
a.taalknop:visited {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  background-color: rgba(255,255,255,0.12);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

a.taalknop:hover {
  background-color: rgba(255,255,255,0.25);
  text-decoration: none;
}