body{
	background: aquamarine;
	font-family: verdana, arial;
}

h1{
	text-align: center;
}

h5{
	text-align: center;
}

div{
	text-align:center;
}

button{
	border-radius: 20px;
}

#terug{
	background:lightcoral;
}

#go{
	background: lawngreen;
}

#vraagPlaats{
	border-style: solid;
	border-color: red;
	border-radius: 20px;
	background: white;
}

table{
	margin-left:auto;
	margin-right:auto;
}

tr{
	width:50%;
}

tbody{
	width: parent;
}