body{
	font-family: system-ui, sans-serif;
	background-color: #202429;
}
path {
	fill #ff0;
}
path: hover {
	fill: #cfcfcf;
}
img.vignette {
	max-width: 75%;
	clip-path: url('star.svg#starmask')
}