@charset "utf-8";
/* CSS Document */
#main, p {
	position: relative;
	width: 100px;
	height: 100px;
	top: 40px;
	left: calc(50% - 50px);
	text-align: center;
	font-family: "Arial Black";
	font-size: 12px;
}


#id0 {
	background-color: rgb(255,0,0);
	position: relative;
	width: 100px; height: 100px;
	right: 115px; top: 112px;
	color: rgb(255,255,255)
}
#id1 {
	background-color: #00ff00;
	position: relative;
	width: 100px; height: 100px;
	color: #000000
}
#id2 {
	
	background-color: hsl(240, 100%, 50%);
	position: relative; width: 100px; height: 100px;
	left: 115px; bottom: 112px;
	color: hsla(0,0%,100%,1.00)
}
