body{
  background-image: url('Afbeeldingen/PofdieJonkoBackground.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.myButton {
	background-color:transparent;
	border:1px solid #218514;
	display:inline-block;
	cursor:pointer;
	color:#2fcb1a;
	font-family:Arial;
	font-size:20px;
	padding:6px 12px;
	text-decoration:none;
  
}
.myButton:hover {
	background-color:transparent;
}
.myButton:active {
	position:relative;
	top:1px;
}
header{
  text-align: center;
}
{
box-sizing: border-box;
}
.column {
float: left
}
.left {
text-align: right;
width: 80%
}
.right {
text-align: right;
width: 20%
}
.row:after {
content: "";
display: table;
clear: both;
}
h1 {
color: #13b508
}