* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

html, body {
	min-height: 100%;
}

body {
	font-family: sans-serif;
	line-height: 1.5;

	padding: 1em;
	margin: 0 auto;
	max-width: 640px;

	background-image: repeating-linear-gradient(
		45deg,
		#060a15,
		#060a15 10px,
		#1a1e2b 10px,
		#1a1e2b 20px
	), repeating-linear-gradient(
		-45deg,
		#0e1220,
		#0e1220 15px,
		#1b1f2d 15px,
		#1b1f2d 30px
	);
	background-size: cover;

	overflow-y: scroll;
}

h1 {
	text-align: center;
}

.gc {
	color: #e8ebff;
	background-color: #060a15;
	text-align: center;
}

.global-conflagration-logo {
	width: 100%;
	height: 200px;
	background-image: url('https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/908770/be4bbf1efeeb192d33e6d6aea862efce5cd8019b/header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

a {
	color: #dddddd;
}

a:active {
	color: #eeeeee;
}

a:hover {
	color: #ffffff;
}

ul {
	list-style-type: none;
}

iframe {
	max-width: 100%;
}