body {
	margin:0;
	padding:0;
	font-size: 16px;
	background: #151515;
	color:#fff;
	text-align: center;
	font-family: "Inconsolata", monospace;
}

h1 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 28px;
	margin-top: 40px;
}

a {
	color: #fff;
}

/*h1 span {
	color: #ffca00;
	font-size: 52px;
	text-transform: uppercase;
	color: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(232,255,0,1) 100%);
}*/

.game-description {
	display: inline-block;
	width: 500px;
	max-width: 90%;
	font-size: 20px;
}

img, iframe {
	max-width: 90%;
}