
 .W {
	position: relative;
	top: 200px;
	color: navy;
	background-color: rgb(238, 195, 166);
	width: 100px;
	z-index: 0;
	font-size: 100px;
	right: 0%;
}
.I {
	position: relative;
	color: rgb(118, 33, 33);
	background-color: rgb(190, 215, 27);
	width: 100px;
	z-index: 1;
	font-size: 100px;
	top: 200px;
	right: 10px; 
}
.L {
	position: relative;
	color: olive;
	background-color: rgb(107, 45, 128);
	width: 100px;
	z-index: 2;
	font-size: 100px;
	top: 200px;
	right: 20px; 
}
.M {
	position: relative;
	color: purple;
	background-color: rgb(125, 230, 151);
	width: 100px;
	z-index: 4;
	font-size: 100px;
	top: 200px;
	right: 30px; 
}
.E {
	position: relative;
	color: teal;
	background-color: rgb(239, 161, 204);
	width: 100px;
	z-index: 5;
	font-size: 100px;
	top: 200px;
	right: 40px; 
}
.R {
	position: relative;
	color: maroon;
	background-color: rgb(35, 194, 215);
	width: 100px;
	z-index: 6;
	font-size: 100px;
	top: 200px;
	right: 50px;
}