.mini-header {
  margin-top: 70px;       /* zorgt dat ‘ie onder de vaste nav komt */
  height: 50px;            /* hoogte naar keuze */
  background-color: #f4f6ff;  /* lichte kleur, zoals op de site */
}

h1 {
    text-align: center;
}

h2 {
  font-size: 32px;
  color: var(--secondary-color);
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center;
}

h3 {
  font-size: 24px;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 10px;
}