#outerborder{
  border:5px solid orange;
}

#fruitStand {
  margin: auto;
  position:relative;
  display:flex;
  height:400px;
  width:460px;
  border: 1px solid black;
  background:sienna;
  margin-top:5%;
}
.bin{
  background: #472513;
}
#bananaSpot,#appleSpot,#orangeSpot{
  display:flex;
  flex-direction:column;
  height:380px;
  width:133px;
  margin:10px;
  border:1px solid black;
  align-items:center;
}
#appleBase,#bananaBase,#orangeBase{
  display:none;
}
.button {
  background-color: #bf456c;
  border: none;
  color: white;
  padding: 15px 32px;
  font-size: 16px;
  border-radius:.5em;
}
#controls{
  margin: auto;
  width: 50%;
  border: 2px solid gray;
  border-radius:1em;
  padding: 10px;
  text-align:center;
  background-color:#ddd;
  font-family:sans-serif;
}
#title{
  text-align:center;
  font-family:sans-serif;
  margin-top:5%;
  color:#8a1911;
}
body{
  margin:0;
  padding:0;
  background-color:#689c56;
}