* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Work Sans', 'sans-serif';
}

body {
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("images/voedselpakketten.jpg");
	z-index: 1;
}

header {
	background-color: #fff;
	border: 1px solid #ddd;
	position: fixed;
	width: 100%;
	height: 6em;
	top: 0;
	box-shadow: 0px 5px 10px lightgrey;
}

img {
	position: absolute;
	top: 8%;
	width: 90px;
	margin-left: 40px;
}


table {
	margin: 0 auto;
	position: absolute;
	top: 30%;
	left: 150px;
	font-size: 30px;
}

.container {
	width: 30%;
	height: 300px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 15% auto auto;
	z-index: 2;
	text-align: center;
	border-radius: 20px;
}

button {
	width: 350px;
	height: 60px;
	background-color: #EF7700;
	color: white;
	cursor: pointer;
	border-radius: 12px;
	font-size: 20px;
}

button:hover {
	width: 350px;
	height: 60px;
	background-color: #f4f4f4;
	color: #EF7700;
	cursor: pointer;
	border: solid #EF7700;
	border-radius: 12px;
	font-size: 20px;
	transition: 0.3s;
}

.orange {
	color: #EF7700;
}

.login {
	line-height: 20px;
	padding-top: 15%;
	transition: 0.5s;
}

.login:hover {
	transform: scale(1.20);
	transition: 0.5s;
}

h1 {
	margin-bottom: 10px;
}