body { 
	background-color: #1d1324;
	color: white;
	font-family: "Roboto";
	font-size: 30px;
	line-height: 1.3;
	padding-bottom: 100px;
}
body2 { 
	background-color: #000000;
	font-family: "Roboto";
	font-size: 30px;
	line-height: 1.3;
	padding-bottom: 100px;
}
h1 {
	font-family: "Anton";
	font-size: 60px;
	text-transform: uppercase;
}
h2 {
	font-family: "Anton";
	font-size: 120px;
	text-transform: uppercase;
}
img.companyLogo {
	margin: auto;
	width: 100%;
	max-width: 800px;
}
img.gameIcon {
	border-radius: 25%;
	width: 100%;
}
img.download {
	height: 100%;
	max-height: 80px;
	margin: 5px;
}
a {
	text-decoration: none;
	color: #FFEC71;
	font-weight: 600;
}
a:link {
	text-decoration: none;
	color: #FFEC71;
	font-weight: 600;
}
a:visited  {
	text-decoration: none;
	color: #FFEC71;
	font-weight: 600;
}
a:hover  {
	text-decoration: none;
	color: #fdc52e;
	font-weight: 600;
}
a:active  {
	text-decoration: none;
	color: #fdc52e;
	font-weight: 600;
}
.header {
	display: flex;
	background-image: url("images/bg_header.png");
	background-size: cover;
	resize: horizontal;
	padding: 50px;
	min-height: 650px;
}
.text-small {
	font-size: 22px;
}
.margin {
	margin: 50px;
	margin-top: 100px;
}
.container {
	margin-bottom: 100px;
}