html {
	background-image: url('/PlayBackgroundGroup.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	overflow-x: hidden;
	background-color: #1c1c1c;
	scrollbar-gutter: stable;
}

body {
	background: none;
	color: #fff;
}
