body{
	background-color: #000;
	text-align: center;
}

#aze{
	font-size: 30px;
	color: darkgreen;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 7%;
	top: 10%;
	display: none;
}

#aze img{
	width: 30%;
}

div#dead{
	display: none;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 25%;
	color: white;
	font-family: sans-serif;
}

#gameover{
	width: 100%;
	transition: 2s;
}

div#end{
	display: none;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 25%;
	color: white;
	font-family: sans-serif;
}

#win{
	width: 100%;
	transition: 2s;
}




.leap{
	width: 100%;
}
