body {
	font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	display: flex;
	flex-direction: column;
	align-items: center
}
.title p {
	font-size: 56pt;
	margin-bottom: 0;
	margin-top: 0
}
.apps {
	margin-top: 1em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center
}
.apps>*, figure {
	display: flex;
	flex-direction: column;
	align-items: center
}
.apps>* {
	margin: 1em;
	padding: 10px;
	flex: 1 0 220px
}
figcaption {
	margin-top: 1em
}
.apps p {
	font-size: smaller;
	color: #888
}
section p {
	text-align: center
}
main {
	color: #666;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
footer {
	font-size: 10pt;
	color: #ccc
}
