body {
	font-family: 'Boogaloo', cursive;
	font-size: 24px;
	width: 100%;
	overflow-x: hidden;
	background-color: #f5bb3e;
	padding-top: 10vh;
	position: relative;
}

.content {
	text-align: center;
}

.content .drawer {
	max-width: min(80vw, 1000px);
}

.content .desc {
	font-size: 4rem;
	color: #6b6b6b;
	margin-bottom: 1rem;
	text-shadow: 0 2px 0px #000;
}

.debug {
	overflow-wrap: break-word;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

img.logo {
	width: 250px;
	height: 250px;
	margin-bottom: 2rem;
}

img.play {
	width: 340px;
	height: auto;
}

.background {
	position: absolute;
	width: 100vw;
	top: 0;
	left: 0;
	background-repeat: no-repeat no-repeat;
	background-position: top center;
	text-align: center;
	z-index: 0;
}

.background .mobile {
	width: 100%;
}

.container {
	position: absolute;
	z-index: 10;
	width: 100vw;
}

.playbt {
	position: relative;
	text-align: center;
}

.playbt .label {
	color: #FFFFFF;
	position: absolute;
	font-size: 4rem;
	font-family: 'Luckiest Guy', cursive;
}

.stores {
	margin-top: 4rem;
}

.stores .applestore {
	margin-top: 18px;
}

@media  (max-width:991px) {
	img.logo {
		margin-top: 10vw;
	}
	.content .desc {
		font-size: 3rem;
	}
}

@media  (max-width:767px) {
	.content .desc {
		font-size: 2rem;
	}
	.stores .playstore img{
		width: 180px;
	}
	.stores .applestore img{
		width: 165px;
		margin-top: -9px;
	}
}