body {
	overflow: hidden;
	background-color: rgb(224, 223, 223);
}

#bild {
	display: flex;
	position: absolute;
  	justify-content: center;
  	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 9;
	overflow: hidden;
}

