#home {
  border-radius: 20px;
  border: 2px solid white;
  padding: 25px 10px 5px;
  z-index: 1000;
  text-align: center;
  background: #ffffff;
  box-shadow: 2px 2px 5px 1px black;
}

#POS {
  border-radius: 10px;
  border: 2px solid #0a3f90;
  padding: 5px;

  background-color: #d2d2f0;
  align-content: center;
}
#Transfer {
  border-radius: 10px;
  border: 2px solid #0a3f90;
  padding: 5px;
  background-color: #d2d2f0;
}
#IMT {
  border-radius: 10px;
  border: 2px solid #0a3f90;
  padding: 5px;
  background-color: #d2d2f0;
}

#Notes {
  font-weight: 100;
  border-radius: 20px;
  /* border: 1px solid rgb(10, 63, 144); */
  padding: 5px;
  background-color: #f9746a;
  color: white;
  box-shadow: 0px 3px 7px 1px black;
  z-index: 1001;
  left: 1px;
  position: relative;
  top: 20px;
}
#amount {
  text-align: center;
  border-radius: 15px 50px;
  border: 1px solid rgb(210, 210, 240);
  padding: 5px;
}
#title {
  z-index: 1001;
  left: 40px;
  position: relative;
  top: 40px;
  width: fit-content;
  border-radius: 15px;
  /* border: 2px solid red; */
  padding: 0px 15px;
  background: #0a3f90;
  box-shadow: 0px 2px 5px black;
  color: white;
}
h1 {
  margin: 5px 0px 5px 5px;
  /* text-shadow: -2px -3px 0px black; */
}
h3 {
  margin: 5px 0px 5px 5px;
}
body {
  background-color: #e2f5fe;
}
.blendOutput {
  height: 20px;
  font-size: larger;
  text-align: center;
  border: 0px;
  background-color: #d2d2f0;
  width: 90px;
  margin-top: 10px;
  color: #f9746a;
}
.blendOutputs {
  height: 20px;
  font-size: larger;
  text-align: left;
  border: 0px;
  background-color: #d2d2f0;
  width: 90px;
  margin-top: 10px;
  color: #f9746a;
}
