:root {
	--hue: 185;
	--radius: 5.5;
	--size: 4;
}

.scene {
	perspective: 800px;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
