body {
	background: url('../img/background.png') center center no-repeat;
	background-size: cover;
	color: #fff;
	font-family: Helvetica;
	text-align: center;
	line-height: 24px;
	padding: 20px;
}

body img {
	max-width: 100%;
	height: auto;
}

.logo {
	width: 120px;
	height: 120px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 20px;
	background: url('../img/logo.png') center center no-repeat;
	background-size: cover;
	box-shadow: 0px 5px 15px rgba(0,0,0,1);
}

.icon-store img {
	margin-bottom: 20px;
	max-width: 220px;
}

.lang {
	display: none;
}