body {
	margin: 0;
	background-color: #222222;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
}

h2 {
	font-family: "Alice", serif;
	font-size: 24pt;
	font-weight: bold;
	text-align: left;
	color: #f7fad3;
	cursor: default;
	margin-bottom: 10px;
}

.end_spacer {
	width: 100%;
	height: 50px;
}

.img_format {
	width: 100%;
}

.image_flexbox > div {
	position: relative;
	width: 240px;
	margin: 10px;
}

.text_background {
	padding: 5px 3px;
	position: absolute;
	bottom: 4px;
	width: 30px;
}