body {
  color: #FFFFFF;
  background-color: #972822;
  font-family: Verdana;
	font-size: 30px;
	line-height: 40pt
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	width: 150px;
}

.groteboek {
	font-family: Comic Sans ms;
	text-align: center;
	font-weight: bold;
  font-size: 80px;
}

.voornaam {
	text-align: center;
	font-weight: bold;
  font-size: 50px;
}

.achternaam {
	text-align: center;
	font-weight: bold;
  font-size: 35px;
}

.leeftijd {
	text-align: center;
	font-weight: bold;
  font-size: 25px;
	color: #C2C2C2;
}

.barcode {
    background-color: #fff;
    padding: 4px;
}
