svg {
	width: 100vw;
	height: 100vh
}

path[fill="white"] {
  fill: #ccc;
}
path[fill="white"][visited="1"] {
  fill: white;
}