body {
  background-color: #c5cec5;
  width: 98vw;
  height: 98vh;
  flex-direction: column-reverse;
  display: flex;
  margin-left: 0.1%;
  margin-bottom: 0.5%;
  align-items: center;
  border: solid 6px;
  border-radius: 11%;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: center;
}

#totalOrders {
  position: absolute;
  /* margin-top: 9%; */
  top:3%;
  left: 55%;
  transform: translateX(-50%);
  font-size: 32px;
}


table {
  margin-top: 12%;
  border: solid 2px;
  border-radius: 2%;
  width: 99%;
  font-size: 30px;
}


input,
button {
  /* margin-top: 10px; */
  width: 14%;
  height: 55px;
  font-size: 20px;
}

#leftB{
  position: absolute;
  top: 10%;
  left: 11%;
  font-size: 30px;

}