*{
	margin: 0;
	padding: 0;
}
body {
	margin: 0; 
}

#background {
	background-image: url('../img/Webshop-under-opbygning.png');
	background-size: cover;
	background-position: center;
	height: 100vh;
}