body {
	font-family: 'Lato', sans-serif;
	background-color: #222222;
}

.container {
	text-align: center;
}

.logo-container {
	display: flex;
	justify-content: center;
}

.logo {
  	display: block;
  	margin: 20px auto;
  	max-width: 1024px;
  	min-width: 280px;
}

.banner-container {
  	display: flex;
  	justify-content: center;
  	border-radius: 8px;
}

.banner {
	display: block;
  	margin: 20px auto;
	min-width: 280px;
  	max-width: 900px;
  	border-radius: 12px;
}

.centered-text {
	color: white;
	margin: 20px auto;
	max-width: 900px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.button-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.button-item {
	min-width: 210px;
	max-width: 50%;
	margin: 10px 10px;
	text-decoration: none;
	display: block;
}

.button-item a {
	text-decoration: none;
	display: block;
	color: #ff9800;
}

.button-item img {
	display: block;
	width: 210px;
	height: 280px;
	border-radius: 8px;
	margin: 0 auto;
}

.button-item span {
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	font-weight: bold;
}

.image-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.image-item {
	min-width: 210px;
	max-width: 50%;
	margin: 10px 10px;
	text-decoration: none;
	display: block;
}

.image-item img {
	display: block;
	width: 380px;
	height: 560px;
	border-radius: 64px;
	margin: 0 auto;
}

span.linked-text::before {
	content: "\1F517\00a0";
}

.rounded-container {
	border-radius: 8px;
	height: 192px;
	width: 160px;
	padding: 5px 15px 5px 15px;
	margin: 15px 10px 0px 10px;
	background-color: #2e2e2e;
	border: 0px;
}

.game-sub-title {
	display: block;
	font-size: 12px;
	color: #ff9800;
	text-transform: uppercase;
}

.game-sub-text {
	display: block;
	font-size: 12px;
	color: #777;
	text-transform: uppercase;
}

.site-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    margin-top: 8px;
    background: #ff9800;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    gap: 8px;
}

.site-button img {
    height: 46px;
}

.language-switcher {
    text-align: center;
    margin-top: 10px;
	margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
	color: #333;
}

.language-switcher a {
    text-decoration: none;
    color: #333;
    margin: 0 5px;
}

.language-switcher a:hover {
    color: #ff9800;
}

.separator {
	height: 1px;
	width: 30%;
	min-width: 280px;
	background: linear-gradient(to right, #222222, #a0a0a0, #222222);
	margin: 30px auto;
}

.copyright {
	color: white;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}