h1 {color:rebeccapurple;
	font-family:comfortaa;
	text-align:center;
}
#container{
	margin-left:40%;
}

#blue{
  background-color:blue;
  height:120px;
  width:120px;
  border-radius:50%;
}
#green{
  margin-top:100px;
  background-color:green;
  height:120px;
  width:120px;
  border-radius:50%;
}
#yellow{
  margin-top:100px;
  background-color:yellow;
  height:120px;
  width:120px;
  border-radius:50%;
} 
#orange{
  margin-top:100px;
  background-color:orange;
  height:120px;
  width:120px;
  border-radius:50%;
}
#red{
  margin-top:100px;
  background-color:red;
  height:120px;
  width:120px;
  border-radius:50%;
}
#purple{
  margin-top:100px;
  background-color:purple;
  height:120px;
  width:120px;
  border-radius:50%;
}