.button {
  border: 2px solid #ff6600;
  color: #ff6600;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: white; 
}

.button:hover {
  background-color: #ff6600;
  color: white;
}

.anchor {
  color: #ff6600;
}

.anchor:hover {
  color: #ff6600;
  text-decoration: underline;
}

ul {
  list-style-type: square;
}

.paragraph {
  font-size: 18px;
}

.form-textarea-wrapper h3 {
  color: #ff6600;}
  
  h3 {
  color: #ff6600;}
  
.blauw {color:#2195c8;font-size:22px;font-weight:bold;}
.oranje {color:#ff6600;font-size:22px;font-weight:bold;}
  