*{
	padding: 0;
	margin: 0;
}
body{
	background:url('/static/bg.png');
	background: #000;
}
.logo
{
	width: 100%;
	margin:0 auto;
	text-align: center;
}
.img{
	margin-top: -10%;
	width: 90%;
}
.number
{
	width: 100%;
	margin:0 auto;
	text-align: center;
    position: absolute;
	bottom: 5%;
}
.click{
	width: 50%;
}