.bin 
{
  background: #472513;
}
#bananaBase,#appleBase,#orangeBase
{
  display: none;
}
#fruitStand
{
  position:relative;
  display:flex;
  height:400px;
  width:460px;
  border: 1px solid black;
  background: sienna;
  left:50px;
}
#bananaSpot,#appleSpot,#orangeSpot
{
  display:flex;
  flex-direction:column;
  height:380px;
  width: 133px;
  margin: 10px;
  border: 1px solid black;
  align-items:center;
}