body {
	background-color: white;
	color: black;
}

.content {
	font-family: 'Roboto', sans-serif;
	max-width: 1024px;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	display: table;
	width: 100%;
}

.header h1 {
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
}

.header .app-icon {
	display: table-cell;
}

em {
	text-decoration: underline;
}

.screenshots {
	text-align: center;
}
.screenshots img {
	display: inline-block;
	margin: 10px;
}

