body {
	background-color: white;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box {
	position: relative;
	width: 1000px;
	height: 800px;
	border: 1px solid black;
	background-color: black;
}

#blu,
#blu2,
#blu3,
#blu4,
#grn,
#purp,
#orng,
#orng2,
#orng3,
#orng4,
#red,
#red2,
#red3,
#red4,
#rd,
#rd2,
#rd3,
#rd4,
#grn2,
#grn3,
#grn4,
#purp2,
#purp3,
#purp4 {
	position: absolute;
	top: 34%;
	left: 425px;
	height: 125px;
	width: 80px;
	animation-duration: 2s;
	z-index: 100;
}
#blu {
	top: 35%;
	left: 315px;

	animation-duration: 2s;
	z-index: 90;
}

#blu2 {
	top: 25%;
	left: 515px;

	animation-duration: 3s;
	z-index: 90;
}
#blu3 {
	top: 40%;
	left: 600px;

	animation-duration: 3s;
	z-index: 90;
}
#blu4 {
	top: 65%;
	left: 380px;

	animation-duration: 3s;
	z-index: 90;
}

#grn {
	top: 30%;
	left: 600px;

	animation-duration: 3s;
	z-index: 90;
}

#grn2 {
	top: 40%;
	left: 300px;

	animation-duration: 4s;
	z-index: 50;
}
#grn2 {
	top: 50%;
	left: 300px;

	animation-duration: 4s;
	z-index: 50;
}

#purp {
	top: 50%;
	left: 390px;
	animation-duration: 1s;
	animation-delay: 1s;
	z-index: 80;
}

#purp2 {
	top: 35%;
	left: 700px;
}
#purp3 {
	top: 35%;
	left: 200px;
}
#purp4 {
	top: 5%;
	left: 450px;
}
#orng {
	top: 20%;
	left: 440px;
	animation-duration: 1s;
	animation-delay: 2s;
	z-index: 70;
}
#orng2 {
	top: 25%;
	left: 200px;
	animation-duration: 1s;
	animation-delay: 2s;
	z-index: 70;
}
#orng3 {
	top: 50%;
	left: 700px;
	animation-duration: 1s;
	animation-delay: 2s;
	z-index: 70;
}
#orng4 {
	top: 60%;
	left: 470px;
	animation-duration: 1s;
	animation-delay: 2s;
	z-index: 70;
}

#red {
	top: 53%;
	left: 590px;
	animation-duration: 2s;
	animation-delay: 3s;
	z-index: 60;
}
#red2 {
	top: 70%;
	left: 480px;
	animation-duration: 2s;
	animation-delay: 2s;
	z-index: 60;
}
#red3 {
	top: 23%;
	left: 350px;
	animation-duration: 2s;
	animation-delay: 3s;
	z-index: 60;
}
#red4 {
	top: 63%;
	left: 570px;
	animation-duration: 2s;
	animation-delay: 1s;
	z-index: 60;
}

#rd {
	top: 15%;
	left: 250px;

	animation-duration: 2s;
	animation-delay: 1s;
	z-index: 50;
}

#rd2 {
	top: 55%;
	left: 265px;

	animation-duration: 2s;
	animation-delay: 2s;
	z-index: 50;
}
#rd3 {
	top: 15%;
	left: 650px;

	animation-duration: 2s;
	animation-delay: 3s;
	z-index: 50;
}
#rd4 {
	top: 45%;
	left: 475px;

	animation-duration: 2s;
	animation-delay: 1s;
	z-index: 50;
}
button {
	font-size: 1.5rem;
	width: 100px;
	height: 100px;
	bottom: 0;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 101;
	border-radius: 50%;
}
