body {
	background-color: white;
	font-family: pixelFont;
	letter-spacing: 2px;
}

h1 {
	text-align: center;
	background-color: green;
	margin: 4px 2px;
	padding: 20px;
	border: none;
	border-radius: 10px;
	color: white;
}

h2 {
	background-color: green;
	margin: 4px 200px;
	padding: 10px;
	border: none;
	border-radius: 10px;
	color: white;
}

p {
	font-size: 20px;
}

img {	
	width: 200px;
	height: 200px;
}

button {
	background-color: green;
	margin: 4px 2px;
	padding: 20px;
	border: none;
	border-radius: 10px;
	color: white;
	font-fam: 20px; 
}

@font-face {
	font-family: pixelFont;
	src: url(font.ttf);
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	font-size: 13px;
}
td, th {
	border: 3px solid #dddddd;
	text-align: center;
	padding: 8px;
}

#logo {
	width: 20%;
	height: 20%;
	text-align: left;
}

#Over {
	text-align: center;
}

#terug { 
	background-color: green;
	margin: 4px 2px;
	padding: 20px;
	border: none;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	align-items: center;
}

.header-container {
    display: flex;
    align-items: center;
}
.header-container img {
    margin-right: 10px;
}
