body {
  background-color: lightgrey;
  font-family: verdana;
  font-size: 14px;
  
}

h1 {
  color: white;
  text-align: center;
}

h2 {
  font-family: verdana;
  font-size: 20px;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 14px;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

input[type=reset] {
  width: 100%;
  /* background-color: #4CAF50; */
  background-color: lightgrey;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=reset]:hover {
  /* background-color: #45a049; */
  background-color: darkgrey; */
}


.content {
  width: 540px;
  margin: auto;
  padding: 20px;
  background-color: #ffffff;
}

.form {
  width: 73%;
  margin: auto;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.helptekst {
  font-family: verdana;
  font-size: 10px;
}

.left {
float: left;
}

.right {
float: right;
}

.voetnoot {
  width: 100%;
  font-family: verdana;
  font-size: 8px;
}

*:focus {
  /* nergens geen blauwe outline als geselecteerd */
  outline:none !important
}


