:root {
	--decor-rendering: smooth;
	--decor-background: url("../img/quiz-bg.png")
}

#player, #decor {
	min-height: 0;
}

#decor {
	background-image: var(--decor-background);
	background-repeat: repeat-x;
	background-size: auto 100%;
	justify-content: space-between;
	padding: 0;
}