#flugan{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1;
}

#flugbild{
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 1000px) {
	#flugbild {
		width: 90px;
		height: 90px;
	}
}

#restart {
  width: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  font-size: 20px;
  z-index: 2;
}