body {
	width: 100%;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	background: url('img/icon.png') no-repeat top center;
	background-size: contain; background-position-y: -150px;
}

.bot {
	text-align: center;
	background: #FCFCFF;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 2px 0px inset;
}

.btns {
	width: 100%;
	position: absolute;
	bottom: 50px;

	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.ios {
	background: url('ios-badge.png') center no-repeat;
	min-width: 350px;
}

.android {
	background: url('android-badge.png') center no-repeat;
	min-width: 395px;
}

.ios, .android {
	display: block;
	min-height: 150px;
	background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 3) {
	.ios img, .android img {
		max-width: 750px;
	}
}
