html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.outfit-type {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.noto-serif-type {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.head {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.headextra {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
}
.active {
  font-weight: 700;
}
.title {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.text {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
}
.title2 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.title3 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.text2 {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
}
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: 700;
}
.kerstlink:hover {
  color: red;
  font-weight: 700;
}
@media screen and (width>1400px) {
  .title {
    font-size: 2rem;
  }
  .title2 {
    font-size: 1.5rem;
  }
  .head {
    font-size: 1.5rem;
  }
  .headextra {
    font-size: 1.5rem;
  }
  .title3 {
    font-size: 2.5rem;
  }
  .text2 {
    font-size: 1.5rem;
  }
  .text {
    font-size: 1.5rem;
  }
}
