body {
	font-family: system-ui, sans-serif;
	background-color: #000;
	color: #fff;
}

path#rose {
	fill: #ff0;
}
path#rose:hover {
	fill: #0f0;
}

img.vignette {
	max-width: 100%;
	clip-path: url(aye.svg#ayemask);
}