/*	        , - ~ ~ ~ - ,
	     ,'               ' ,
	   ,                       ,
	  ,                         ,    HELLO
	 , `’`’`’`’`’`’`’`’`’`’`’``  ,   WORLD
	 ,       @          @        ,
	 ,					  		 ,
	 ,                           ,
¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤ø,¸¸,ø¤
	   ,                       ,
	     ,                  , '
	       ' - , _ _ _ ,  '
				   |
				   |
				   |
				   |
				   |
				   |
  .·''·..·''·..·''·..·''·..·''·..·'.·''·.
				   |
				   |
				   |
				   |
				   |
				   |
				   |
				   |
				   |
				   |
			      / \
			     /   \
		  	    /	  \
	         __/	   \__
		    (__|	   |__) */

* {
	margin:.25vw;
	padding:0;
}

header#canvas {
	width: 36.1vw;
	height: 38.1vw;
	margin: 2vw auto 0 auto;
}

section#one {
	width: 99%;
	height:94%;
	margin-top:3%;
	margin-left:.5%;
	float: left;
	border-radius: 50%;
}

section#two {
	width: 96%;
	height:96%;
	margin-top:2%;
	margin-left:2%;
	float: left;
	border-radius: 50%;
}

section#three {
	width: 93.5%;
	height:93.5%;
	margin-top:3.2%;
	margin-left:3.5%;
	float: left;
	border-radius: 50%;
}

section#four {
	width: 93%;
	height:93%;
	margin-top:3.5%;
	margin-left:3.6%;
	float: left;
	border-radius: 50%;
}

section#five {
	width: 92%;
	height:92%;
	margin-top:4%;
	margin-left:3.9%;
	float: left;
	border-radius: 50%;
}

section#six {
	width: 92%;
	height:92%;
	margin-top:4%;
	margin-left:3.9%;
	float: left;
	border-radius: 50%;
}

section#seven {
	width: 90%;
	height:90%;
	margin-top:5.2%;
	margin-left:4.8%;
	float: left;
	border-radius: 50%;
}

section#eight {
	width: 89.5%;
	height:89.5%;
	margin-top:5.5%;
	margin-left:5.1%;
	float: left;
	border-radius: 50%;
}

section#nine {
	width: 88.5%;
	height:88.5%;
	margin-top:6%;
	margin-left:5.8%;
	float: left;
	border-radius: 50%;
}

section#ten {
	width: 87.2%;
	height:87.2%;
	margin-top:6.5%;
	margin-left:6.5%;
	float: left;
	border-radius: 50%;
}

section#eleven {
	width: 85.8%;
	height:85.8%;
	margin-top:7%;
	margin-left:7%;
	float: left;
	border-radius: 50%;
}

section#twelve {
	width: 84%;
	height:84%;
	margin-top:8%;
	margin-left:8.5%;
	float: left;
	border-radius: 50%;
}

section#thirteen {
	width: 80.5%;
	height:80.5%;
	margin-top:9.5%;
	margin-left:9.5%;
	float: left;
	border-radius: 50%;
}

section#fourteen {
	width: 75%;
	height: 75%;
	margin-top:12%;
	margin-left:13%;
	float: left;
	border-radius: 50%;
}

section#fifteen {
	width: 65%;
	height:65%;
	margin-top:18%;
	margin-left:18%;
	float: left;
	border-radius: 50%;
}

section#sixteen {
	width: 50%;
	height:50%;
	margin-top:25%;
	margin-left:25%;
	float: left;
	border-radius: 50%;
}

/* CSS COLOR NAMES */

.indianred {
	background-color: indianred;
}
	.indianred:hover {
		background-color: white;
	}

.gold {
	background-color: gold;
}

	.gold:hover {
		background-color: yellow;
	}

.royalblue {
	background-color: royalblue;
}

	.royalblue:hover {
		background-color: powderblue;
	}

.orange {
	background-color: orange;
}

	.orange:hover {
		background-color: darkorange;
	}

.aliceblue {
	background-color: aliceblue;
}

	.aliceblue:hover {
		background-color: lightsteelblue;
	}

.olivedrab {
	background-color: olivedrab;
}
	
	.olivedrab:hover {
		background-color: lightpink;
	}

.tomato {
	background-color: tomato;
}

	.tomato:hover {
		background-color: yellowgreen;
	}

.yellow {
	background-color: yellow;
}

	.yellow:hover {
		background-color: dodgerblue;
	}

.dodgerblue {
	background-color: dodgerblue;
}
	
	.dodgerblue:hover {
		background-color: yellow
	}

.yellowgreen {
	background-color: yellowgreen;
}

	.yellowgreen:hover {
		background-color: tomato;
	}

.lightpink {
	background-color: lightpink;
}

	.lightpink:hover {
		background-color: olivedrab;
	}

.lightsteelblue {
	background-color: lightsteelblue;
}

	.lightsteelblue:hover {
		background-color: gold;
	}

.darkorange {
	background-color: darkorange;
}

	.darkorange:hover {
		background-color: orange;
	}

.powderblue {
	background-color: powderblue;
}

	.powderblue:hover{
		background-color: yellow;
	}

.white {
	background-color: white;
}

	.white:hover {
		background-color: indianred;
	}