#container div {
 height: 100px;
 width: 100px;
 border-radius: 50%;
 margin: auto;
 margin-bottom: 10px; 
}
body {
  background-color:#000000;
}

#DarkRed-box {
 background: #8B0000; 
}

#Ginger-box {
 background: #B06500; 
}

#NeonYellow-box {
 background: #FFFF33; 
}

#BottleGreen-box {
 background: #006A4E; 
}

#EarthBlue-box {
 background: #0000A5; 
}

#Grape-box {
 background: #5E5A80; 
}
