@font-face {
    font-family: "3ds";
    src: url("../assets/fonts/3ds Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

body {
	background: linear-gradient(200deg, #F66363, #F3793E);
	margin: 0;
	font-family: '3ds';
	color: white;
	text-align: center;
}

#content-container {
	width: 66.85vh;
	height: 100vh;
	display: flex;
	flex-direction: column;
	margin: auto;
	justify-content: space-evenly;
	padding: 3vh 0;
	box-sizing: border-box;
	/*background: red;*/
}

#qlove-logo {
	height: 8vh;
	width: 20.9vh;
	margin: 0 auto;
}

#phones-photo {
	width: 46.85vh;
	height: 45.09vh;
	margin: 0 auto;
}

#badge-container {
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
}

#apple-store-badge {
	height: 6.62vh;
}

#google-play-badge {
	height: 6.76vh;
}

#legal-txt {
	font-size: 1.38vh;
}

.photo {
	display: block;
	margin: auto;
}

.txt {
	font-size: 2.2vh;
	margin: 0 auto;
}

.legal-link {
	font-size: 1.5vh;
	text-decoration: underline;
	color: white;
}

@media screen and (max-aspect-ratio: 9/16) {
	#content-container {
		width: 90vw !important;
		box-sizing: content-box;
		padding: 0;
		/*background: red;*/
	}

	#phones-photo {
		width: 37.84vh;
		height: 36.07vh;
	}
}

/*@media screen and (max-aspect-ratio: 9/16) and (min-aspect-ratio: 461/815) {
	#content-container {
		width: 47vw !important;
	}
}*/