:root {
  --color1: #2A294F;
  --color2: #feac32;
  --color3: #14D2DC;
}
#main-body {
  background-color: var(--color1);
  color: white;
  min-width: 500px;
  min-height: 650px;
}

h1 {
  text-align: center;
  margin-top: 2%;
  font-family: Georgia, sans-serif;
  color: white;
  font-size: 34px
}

#change-due {
  height: auto;
  width: 35%;
  background-color: var(--color1);
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 200px;
  color: white;
  text-align: center;
}

.hidden {
  display: none;
}
#customer-cash {
  height: 15%;
  width: 32%;
  margin: 0 auto;
  padding: 10px;
  max-width: 200px;
}

#cash-label {
  height: 25%;
  width: 100%;
  text-align: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  margin-bottom: 3%;
}

#cash {
  height: 25%;
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
}

#purchase-btn {
  font-size: 18px;
  display: flex;
  justify-content: center;
  height: 35%;
  width: 50%;
  margin: 0 auto;
  padding: 3%;
  background-color: var(--color2);
  background-image: linear-gradient(#fecc4c, #ffac33);
  border-color: var(--color2);
  border-width: 3px;
  min-width: 100px;
  min-height: 35px;
  max-height: 100px;
  
}

#output {
  display: flex;
  width: 60%;
  height: 100%;
  margin: 0 auto;
  max-width: 400px;
}

#register {
  height: 100%;
  width: 50%;
  max-width: 600px;
  padding-top: 1%; 
  min-width: 310px;
}
#total-price {
  background-color: black;
  height: 4%;
  width: 25%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center; 
  padding-top: 4px;
  border: 10px solid var(--color3);
  box-shadow: 8px 0 0 0 black;
  max-height: 5%;
  min-width: 150px;
}

#price {
  width: 50%;
  font-size: 16px;
  background-color: black;
  border: none;
  color: white;
}

#arm {
  height: 50%;
  width: 5%;
  background-color: var(--color3);
  margin: 0 auto;
  box-shadow: 8px 0 0 0 black;
  border: 10px solid var(--color3);
}

#body {
  height: 30%;
  width: 80%;
  background-color: var(--color3);
  margin: 0 auto; 
  border-radius: 25px 25px 0 0;
  padding: 2%;
  display: flex;
  box-shadow: 10px 0 0 0 black;
}

#register-btns {
  height: 90%;
  width: 35%;
}

.btn {
  height: 25%;
  width: 25%;
  font-size: 18px;
  margin-top: 5%;
  border-radius: 25px;
  box-shadow: 1px 0 0 0 black;
}

.btn1 {
  height: 25%;
  width: 60%;
  font-size: 18px;
  margin-top: 5%;
  border-radius: 25px;
  box-shadow: 1px 0 0 0 black;
}

.btn2 {
    height: 25%;
  width: 25%;
  font-size: 18px;
  margin-top: 5%;
  border-radius: 25px;
  box-shadow: 1px 0 0 0 black;
  font-weight: bold;
}

#change-in-drawer {
  height: 85%;
  width: 53%;
  background-color: white;
  margin-top: 4%;
  color: black;
  font-size: 16px;
  margin-left: 7%;
  max-height: 170px;
}

.drawer {
  font-size: 83%;
  margin: 0 0;
  display: flex;
  font-family: sans-serif;
  margin-left: 10px;
  
}
#drawer {
  height: 8%;
  width: 85%;
  background-color: var(--color3);
  margin: 0 auto;
  border: 10px solid black;
  box-shadow: 10px 0 10px 0 black;
}

#keyhole {
  height: 50%;
  width: 10%;
  background-color: black;
  margin: 0 auto;
  border-radius: 25px;
  position: relative;
  top: -7px;
}

p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

#total-bills {
  display: block;
  height: 265px;
  width: 28%;
  margin: auto 0;
  background-color: var(--color3);
  border-radius: 25px;
  box-shadow: 10px 0 0 0 black;
  max-width: 130px;
  min-width: 115px;
}

#bills-output-scr {
  height: 85%;
  width: 80%;
  background-color: var(--color3);
  margin: 5% auto;
  min-width: 101px;
  max-width: 104px;
  
}

.bills {
  display: inline-block;
  text-align: left;
  float: right;
  clear: right;
  color: black;
  width: 30%;
}
.bills-label {
  margin-top: 2.5%;
  display: inline-block;
  text-align: right;
  float: left;
  font-size: 16px;
  color: black;
}

.money-rec {
  color: black;
  font-size: 16px;
}