body {
	background-color: #151121;
	color: white;
	padding-bottom: 100px;
}
img.gameLogo {
	width: 100%;
}
img.gameIcon {
	border-radius: 25%;
	width: 100%;
}
img.download {
	height: 100%;
	max-height: 80px;
	margin: 5px;
}
.header {
	background-color: #1c1624;
	background-image: url("images/bg_header.jpg");
	background-size: cover;
	background-position: center;
	resize: horizontal;
	min-height: 700px;
	background-repeat: no-repeat;
}
.header-icon {
	max-width: 800px;
	align-self: center;
	padding: 80px;
}
.container-main {
	max-width: 1400px;
	padding-left: 70px;
	padding-right: 70px;
}
.video {
	width: 100%;
}
.video iframe {
	width: 100%;
}
t {
	font-size: 64px;
	font-weight: 400;
	color: #FFEC71;
	text-align: left;
}
p {
	font-family: "Jost";
	font-size: 42px;
	color: white;
	margin-top: 80px;
	margin-bottom: 50px;
	text-align: left;
}
a {
	text-decoration: none;
	font-weight: 600;
	color: #FFEC71;
}
.list-item {
	font-family: "Jost";
	font-size: 24px;
	color: white;
}
plain {
	font-family: "Jost";
	font-size: 24px;
	color: white;
}