html {
	background: black;
	width: 100%;
	max-height: 1660px;
}

body {
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	max-height: 1660px;
}

.container {
	width: 640px;
	min-width: 360px;
	max-width: 640px;
	max-height: 1660px;
	background: no-repeat top;
	background-size: cover;
}

.top {
	width: 100%;
	margin-top: 15px;
}

.download {
	width: 100%;
	height: 200px;
	margin-top: 145%;
}

.footer {
	width: 100%;
	height: 70px;
	margin-top: 62%;
	background: black;
	color: #7c7c7c;
	font-size: 12px;
	text-align: center;
}

.footer a {
	color: #7c7c7c;
	text-decoration: none;
}