#space {
	background-color: black;
}

#space .star {
	position: absolute;
	width: var(--pixelsize);
	height: var(--pixelsize);
	background-color: white;
}

#space .star.close {
	box-shadow: 0 0 0 calc(var(--pixelsize) * 0.5) white;
}

#space .star.veryClose {
	box-shadow: 0 0 0 var(--pixelsize) white;
}
