.linkTekst{
    color: #000;
}

@font-face {
  font-family: 'BrushScriptCustom';
  src: url('../css/BrushScriptStd.otf');
}

.titel {
  font-family: 'BrushScriptCustom' !important;
  font-size: 4rem;
  text-align: left;
  color: #fff;
  text-shadow: 8px 2px 12px rgba(166, 54, 192, 0.29);
  padding: 0;
  border: 0;
}

.tussentitel {
  font-family: 'BrushScriptCustom'!important;
  font-size: 4rem;
  text-align: center;
  color: #000;
  text-shadow: 8px 2px 12px rgba(167, 54, 192, 0.068);
  margin-top: 6rem;
  padding: 0;
  border: 0;
  background-color: rgba(169, 169, 169, 0.1);
}