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

h1 {
  text-align: center;
  width: 90%;
  height: 1.53%;
}

textarea {

   background-color:#13f813;
  margin: 2%;
  align-items: center;
  border: solid 2px;
  border-radius: 3%;
  width: 90%;
  height: 38%;
  font-size: 33px;
}

.btn {
   /* background-color:green; */
  margin-left:17px;
  
text-align:center;
  width: 90%;
  height: 20%;
  align-items: center;
}

button {
  margin-top: 0.1%;

  width: 25%;
  height: 99px;
  font-size: 45px;
  border: solid 3px;
  border-radius: 46%;
  color:rgb(1, 124, 232);
}
#leftB{
  position: absolute;
  bottom: 33%;
  left: 40%;
  font-size: 30px;

}
#totalOrders {
  position: absolute;
  bottom: 10;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
}