.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: var(--main-title);
}
.where h2 {
	margin-bottom:20px;
	margin-top: 40px;
	color: var(--main-title);
}
.where h3 {
	color: var(--main-title);
}

.where p {
	color: #050239;
}

.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(--title) !important;
}