@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
	background: #757161;
	font-family: 'Roboto', sans-serif;
}

header {
	background: #140C1C;
	color: #DEEED6;
	text-align: center;
	margin-bottom: 1em;
}

header img {
	vertical-align: middle;
}

header h1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
}

.games {
	display: block;
	max-width: 500px;
	margin: 0 auto 1em;
	overflow: hidden;
	text-align: center;
}

.games li {
	display: inline-block;
	width: 150px;
	text-align: center;
	margin-bottom: 2em;
}

.games li img {
	display: block;
	margin: 0 auto 0.5em;
}

.games li a {
	color: #DEEED6;
	text-decoration: none;
}

.games li a:hover {
	text-decoration: underline;
}

footer {
	text-align: center;
}

footer a {
	color: #DEEED6;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

