.color1{
	width:50px;
	height:50px;
	background-color:turquoise;
	text-align:center;
		color:#ffffff;
	border: 3px solid #ffffff;
}

.color2{
	width:50px;
	height:50px;
	background-color:blueviolet;
text-align:center;
	color:#ffffff;
	border: 3px solid #ffffff;
}