body {
	background-color: #bf7fff80;
	font-family: "Poppins";
}

.main {
	background-color: white;
	max-width: 720px;
	min-height: 480px;
	margin: 20px auto;
	box-shadow: 0px 0px 10px 2px darkgrey;
	border-radius: 20px;
	color: #333;
}

.logo {
	width: 200px;
	height: 200px;
}

input {
	padding: 5px 10px;
	font-size: 1.1em;
	color: #573777;
}

.title {
	font-size: 2em;
	color: #573777;
}


h1, h2, h3, h4 {
	color: #573777;
}

.header h2 {
	color: white;
}

.header {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #62388C;
	border-radius: 20px 20px 0 0;
	padding: 10px 30px;
}

.header .get-app-block {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 4px;
	max-width: 500px;
}

.header .get-app-block > div {
	margin: 8px 10px;
	width: 200px;
	display: flex;
	justify-content: center;
}

.content {
	text-align: center;
	padding: 20px;
}

p {
	margin: 20px 0 30px 0;
}

.store-image {
	height: 60px;
}

.download-button {
	display: flex;
	height: 56px;
	align-items: center;
	padding: 0 14px;
	border: 1px solid white;
	border-radius: 8px;
	background-color: black;
	color: white;
	min-width: 160px;
	text-decoration: none;
}

.download-button svg {
	width: 32px;
	margin-right: 12px;
	fill: white;
}

.download-button > div {
	text-align: left;
	line-height: 16pt;
}

.privacy-content {
	padding: 20px;
}

.footer {
	padding: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #62388C;
	color: white;
}

.footer-links {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.footer-links a {
	color: white;
	text-decoration: inherit;
	text-wrap: nowrap;
    font-size: 10.5pt;
    margin: 4px 16px;
}

.footer-address {
	font-size: 10pt;
	text-align: center;
}

.footer-separator {
	height: 1px;
	background-color: #888;
	margin: 15px;
}

@media screen and (max-width: 640px) {
	.header {
		padding: 10px 0;
	}

/* 
	.header .get-app-block {
		margin-left: 0
	}
 */

	.header h2 {
		font-size: 1.2em;
	}

	.content {
		padding: 10px;
	}
}
