* {
	font-family: sans-serif;
}

div {
	font-size: 2em;
}

body {
	background: #59b1cf;
	color: #d4f4ff;
	width: 100%;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	font-size: 1em;
}
a:hover {
	font-size: 1.5em;
	color: white;
}

#images {
	display: flex;
	width: 95%;
	margin: 0 auto;
}
img.screenshot {
	width: 100%;
}
a.screenshot {
	flex-basis: 100%;
}
img.screenshot,
a.screenshot {
	font-size: 0 !important;
	display: inline;
	margin: 2px;
}
a.screenshot:hover {
	flex-basis: 600%;
}
.content {
	margin: 5px;
}