body {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
}

.top {
	width: 100%;
	background-color: #007474;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 20px 20px 0 rgb(0 0 0 / 16%);
	color: white;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.feature {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-around;
}

.feature > div {
	flex-basis: 45%;
	padding: 0 20px;
}

.screenshot {
	display: flex;
	justify-content: center;
	margin-bottom: -50px;
	padding: 0 20px;
	flex-shrink: 1;
}

.screenshot img {
	box-shadow: 0 20px 20px 0 rgb(0 0 0 / 16%);
	min-width: 25vw;
	max-width: 400px;
}

.quickinfo {
	align-self: center;
	flex-grow: 1;
	flex-shrink: 0;
}

.title, .description {
	padding-left: 16px;
}

.store-buttons {
	padding-top: 20px;
}

.store-buttons img {
	min-width: 200px;
}

img {
	max-width: 50%;
	border-radius: 20px;
}

.links {
	align-self: flex-end;
	padding: 0 50px 50px;
}

.bottom {
	padding-top: 60px;
	padding-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.feature-description {
	padding: 10px;
	justify-content: center;
}

.links > a {
	padding: 20px;
}
