.main-content .container {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

.main-content .container a {
	color: #fff;
}

.where .container {
	min-height: 700px;
	margin-bottom: 40px;
}

.where h1 {
	margin-top: 50px;
	margin-bottom: 20px;
	color: white;
}

.where h2 {
	margin-bottom: 20px;
	margin-top: 40px;
	color: white;
}

.where h3 {
	color: white;
}

.where p,
.where ul,
.where table {
	color: #ffffff;
}

ul,
ol,
dl {
	list-style-position: outside !important;
	padding: 0 15px;
}


/* .where a {
	color: #FF3900;
} */

.game-names {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.terms-conditions {
	font-size: 24px;
	font-weight: bold;
	background-color: var(--button-background);
	padding: 10px 20px;
	border-radius: 5px;
	color: var(--text) !important;
}