@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

#titleBox {
  background-color: #fc8621;
  width: 300px;
  border: 15px solid #c24914;
  margin: auto;
}
#textBoxBox {
  background-color: #fc8621;
  width: 50%;
  margin: auto;
  border: 15px solid #c24914;
}
body {
 font-family: 'Open Sans', sans-serif;
 background-color: #f9e0ae;
  text-align: center;
}
#speedtext {
  background-color: #fc8621;
  width: 100px;
  border: 10px solid #c24914;
  margin: auto;
}
#FruitStandBorder {
 background-color: #c24914; 
  height: 420px;
  width: 480px;
  border: 10px solid #fc8621;
  position: relative;
  margin: auto;
}
#fruitStand{
  position:relative;
  display:flex;  
  height:400px;
  width:460px;  
  border: 1px solid black;  
  background:sienna;
  margin: auto;
  top: 7px;
}

.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: #fc8621;
  border: none;
  color: black;
  padding: 1px 32px;
  text-align: center;
  font-size:20px;
  border-radius:.5em;
}