body{
	background-color: white;
}

header{
	display: none;
}

@keyframes color{
	0%		{fill: black;}
	50%		{fill: pink;}
	100%	{fill: black;}
}

@keyframes color2{
	0%		{fill: black;}
	50%		{fill: hotpink;}
	100%	{fill: black;}
}
svg{
	width: 110vw;
	height: 110vh;
	animation-name: color;
	animation-iteration-count: infinite;
}

#spot1{
	animation-name: color;
	animation-duration: 10s;
}

#spot2{
	animation-name: color2;
	animation-duration: 10s;
	animation-delay: 5s;
}

#spot3{
	animation-name: color;
	animation-duration: 10s;
	animation-delay: 10s;
}

#spot3{
	animation-name: color;
	animation-duration: 10s;
	animation-delay: 5s;
}

#spot4{
	animation-name: color2;
	animation-duration: 10s;
	animation-delay: 15s;
}

#spot5{
	animation-name: color;
	animation-duration: 10s;
	animation-delay: 20s;
}

#spot6{
	animation-name: color;
	animation-duration: 10s;
	animation-delay: 25s;
}

#spot7{
	animation-name: color2;
	animation-duration: 10s;
	animation-delay: 5s;
}

#spot8{
	animation-name: color;
	animation-duration: 10s;
	animation-delay: 10s;
}

#spot9{
	animation-name: color2;
	animation-duration: 10s;
	animation-delay: 17s;
}

#spot10{
	animation-name: color;
	animation-duration: 10s;
	animation-delay: 8s;
}


#spot11{
	animation-name: color;
	animation-duration: 10s;
	animation-delay: 23s;
}

#spot12{
	animation-name: color;
	animation-duration: 10s;
	animation-delay: 19s;
}

#spot13{
	animation-name: color2;
	animation-duration: 10s;
	animation-delay: 23s;
}

#spot14{
	animation-name: color;
	animation-duration: 10s;
	animation-delay: 27s;
}

#spot15{
	animation-name: color2;
	animation-duration: 10s;
	animation-delay: 26s;
}

#spot16{
	animation-name: color;
	animation-duration: 10s;
	animation-delay: 14s;
}
