:root {
	--bg-header: #0a0a0a;
	--bg-body: #323236;
	--item-color: #005aff;
	--text-clr-main: #fff;
	--text-clr-sub:	#ccc;
	--button-bg: var(--item-color);
	--button-clr: #fff;
}

.logo {
	aspect-ratio: 544 / 150;
	background-image: url(../../images/mygames/logo.png);
}
