.scene {
	background: #000000;
}

.scene path:first-child {
	fill: #1a1a1a;
}

.scene path:nth-child(2) {
	fill: #ee202e;
}

.scene path:nth-child(3) {
	fill: #f6711f;
}

.scene path:nth-child(4) {
	fill: #febe10;
}

.scene path:nth-child(5) {
	fill: #ee202e;
}

.scene path:nth-child(6) {
	fill: #1a1a1a;
}

.scene path:nth-child(7) {
	fill: #000000;
}

.title {
	color: #fff;
	font-size: 6vw;
	font-weight: 400;
	z-index: 1000;
	font-family: "Arapey", serif;
	pointer-events: none;
}