@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

* {
	overflow: hidden;
}

html {
	width: 100%;
	height: 100%;
}

body {
	background-image: url("/assets/img/bg.jpg");
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: white;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	width: 100%;
	height: 100%;
}

h1 {
	font-size: 4rem;
	text-align: center;
}

.container {

}

.logo {
	width: 30rem;
}

.download {
	display: flex;
	justify-content: center;
	width: 100%;
}

.store-logo {
	width: 25rem;
}

.store-logo {
	margin-right: 2rem;
}