html {
  scroll-behavior: smooth;
}

body {
  transition-duration: 1500ms;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  background-color: #fff;
}

.fouttekst{
  color:red;
  font-weight: bold;
}

.naamdag{
  color: green;
  font-weight: bold;
  font-size: 24px;  
}
