PAGE CALCULATOR

/* .machines{
} */

/* REAL CALCULUS */
  


/* ADDITION */


/* CONVERTER PAGE */


.addition{
  margin-top: 50px;
}

.backg_currencies{

  background-color: #026528;
  /* background-color: #b35f00; */
  
  border: 1px solid rgb(62, 4, 31);
  border-radius: 7px;
  padding: 60px;
  /* width: 80%; */
  /* margin-right: 60px;
  margin-left: 60px; */
  height: 80px;
}



.conv_form4{
  display: flex;
  justify-content: center;
  gap: 22px;
  /* border: 1px solid red; */
  text-align: center;
}

#options{
  height: 35px;
  background-color: black;
  color: white;
  border: 1px solid black;
  /* border-radius: 5px; */
  padding: 5px; 
  font-size: 14px; 
  outline: none; 
  margin-right: 10px;
}

input{
  height: 30px;
  background-color: rgb(248, 244, 239);
} 

#imgmath{
  vertical-align:middle;
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px;
  /* border: 1px solid  rgb(62, 4, 31);
  border-radius: 50%; */
}

.btn_calculus {
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  /* background-color: rgb(62, 4, 31); */
  background-color: white;
  color: white;
  border: none;
  margin-left: 6px;
  }
  
  .btn_calculus:hover {
    background-color: rgb(56, 144, 80);
    color: black;
    border: 1px solid  rgb(56, 144, 80);
  
  }

label {
color: white;
}  

#sell, #buy {
  height: 35px; 
  background-color: white;
  border: 1px solid rgb(62, 4, 31);
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  min-width: 100px;
  padding-left: 3px;
  padding-right: 3px;
}  

#conv_amount {
  height: 35px; 
  background-color: white;
  border: 1px solid rgb(62, 4, 31);
  border-radius: 2px;
  font-size: 20px;
  font-weight: bold;
  width: 150px;
  padding-left: 10px;
}

#cur_result{
  height: 35px; 
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid rgb(0, 105, 70);
  border-radius: 2px;
  font-size: 22px;
  font-weight: bold;
  min-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
 
  /* padding-top: 6px;
  padding-bottom: -3px; */
}

/* CSS FOR IMAGE GUY  */

.error{
  display: flex;
  justify-content: flex-start;
  vertical-align: middle;
  color: aliceblue;
  font-style: italic;
}

#imgguy {
  height: 36px;
  border-radius: 50%; 
  padding-top: 8px;
  margin-left: 52px;
  /* border: 1px solid black; */
}

