#d1 {
	height:20px;
	width:100px;
	border:0.5px solid black;
	text-align:center;
	backround-color:#831fe0;
	border-radius:5px;
	float:right;
	ashadow:#7a7a7a 2px 2px 0;
	
}
#d2 {
	height:20px;
	width:100px;
	border:0.5px solid black;
	text-align:center;
	backround-color:#831fe0;
	border-radius:5px;
	float:right;
	ashadow:#7a7a7a 2px 2px 0;
	
}
#d3 {
	height:20px;
	width:100px;
	border:0.5px solid black;
	text-align:center;
	backround-color:#831fe0;
	border-radius:5px;
	float:right;
	ashadow:#7a7a7a 2px 2px 0;
	
}
#d4 {
	height:20px;
	width:100px;
	border:0.5px solid black;
	text-align:center;
	backround-color:#831fe0;
	border-radius:5px;
	float:right;
	ashadow:#7a7a7a 2px 2px 0;
	
}

.rainbow {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
