#flugan {
	position: fixed;
	top: 50%;
	left: 50%;
}

#flugan img {
	width: 50px;
}

#contanier {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	flex-direction: column;
}

#restart {
	z-index: 2;
	font-size: 5em;
	border-radius: 0.5em;
	padding: 0.2em;
	display: none;
}

#backStart {
	z-index: 2;
	font-size: 2em;
	border-radius: 0.5em;
	padding: 0.2em;
	display: none;
}

#backStart a {
	text-decoration: none;
	color: black;
}
