body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;

	background-color: #E8E8E8;
}
h1 { color: #F0F0F0; background-color: #202020}
p {	font-size: 130%;}
img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}
.image-container {
	position: relative;
	width: 300px;
	height: 300px;
}
.image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
}
.description {
	max-width: 500px;
}
.random-images img {
	width: auto;
	height: auto;
	max-width: 90px;
	max-height: 100px;
	border: 1px solid rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.1);
}
.random-images a {
	position: absolute;
	display: block;
	transition: transform 0.2s;
}
.random-images a:hover {
	z-index: 3;
}

.sprite {
pointer-events: none;
}