html {
	color: white;
	background-color: black;
	font-family: "DejaVu Serif", serif;
}

img, video {
	max-width: 100%;
	border: 1px solid white;
	max-height: 95vh;
}

figure {
	margin: 16px 0px;
	max-width: 600px;
}

a:link { color: LightSkyBlue; }
a:visited { color: plum }

.row {
	}
.row figure {
	vertical-align: top;
	display: inline-block;
}
