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-small {
	background-color: #1c1624;
	background-image: url("images/bg_header.jpg");
	background-size: cover;
	background-position: center;
	resize: horizontal;
	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%;
}
.list-item {
	font-family: "Francois One";
	font-size: 24px;
	color: white;
}
.v-spacing-small {
	margin-top: 20px;
	margin-bottom: 20px;
}
.v-spacing-big {
	margin-top: 100px;
	margin-bottom: 100px;
}
t {
	font-family: "Francois One";
	font-size: 48px;
	font-weight: 400;
	color: #ff5dfd;
	text-align: left;
}
t1 {
	font-family: "Francois One";
	font-size: 36px;
	font-weight: 400;
	color: #FFEA35;
	text-align: left;
}
d {
	font-family: "Francois One";
	font-size: 24px;
	font-weight: 200;
	color: #ffffff;
	text-align: left;
}
p {
	font-family: "Francois One";
	font-size: 24px;
	color: white;
	margin-top: 80px;
	margin-bottom: 50px;
	text-align: left;
}
a {
	text-decoration: none;
	font-weight: 600;
	color: #FFEC71;
}