body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#content {
	flex: 1;
}

#banner #logo {
	display: block;
	float: left;
	background-image: url('../../images/cupnplate_logo_256.png');
	width: 222px;
	height: 157px;
}

#menu {
	margin-left: 256px;
}
#menu ul {
	display: flex;
}

#content, #content h1, #content h2, #content h3, #content h4 {
	clear: both;
}

article.game {
	clear: both;
	min-height: 200px;
	margin-top: 2ex;
	margin-bottom: 2ex;
}
article.game h3 {
	display: inline;
}
article.game img {
	float: left;
}

.inline-list {
	display: flex;
}

#content .gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
