@font-face{
	font-family:"Pixelated MS Sans Serif";
	font-style:normal;
	src:url(fonts/ms_sans_serif_mono.woff) format("woff");
}

html {
	background-color: #bbb;
	background-image: url('backgroundLines.png');
}

.gallery {
	width: 65vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.image {
	height: 100px;
	margin-right: 4px;
	margin-bottom: 4px;
	vertical-align: top;
}

.image:hover {
	cursor: pointer;
}

#selectedImageDiv {
	position: fixed;
	top: 16px;
	right: 16px;
	pointer-events: none;
}

#selectedImage {
	max-width: 32vw;
	margin: 0;
}

h1 {
	font-family: Pixelated MS Sans Serif;
	text-align: center;
	width: 65vw;
	margin: 8px;
	font-size: 88px;
	color: #009;
	text-shadow: 0 4px #88f;
}

h2 {
	font-family: Pixelated MS Sans Serif;
	margin: 8px;
	font-size: 55px;
	color: #444;
	text-shadow: 0 4px #999;
}

p {
	font-family: Pixelated MS Sans Serif;
	font-size: 22px;
	color: #444;
	width: 65vw;
}