html{
  margin: auto;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #f2f2f2;
  color: #0c6251;
  margin: 0;
}

.scan-cmp {
  margin: 10px auto;
  width: 420px;
}

.full-width{
  margin: auto;
  background-color: #0c6251;
  padding: 4px;
  color: #fff;
}
.result {
  font-weight: bold;
  font-size: 18px;
}
b{
  font-weight: 600;
  font-size: 14px;
}

.ocgl {
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.scan-area {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  width: 400px;
  height: 250px;
}

.scan-frame {
  width: 400px;
  height: 250px;
}

body {
  text-align: center;
}

.button {
  background-color: #0c6251;
  border: 0.1rem solid #0c6251;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  /* font-weight: 700; */
  /* height: 0px; */
  letter-spacing: 0.1rem;
  line-height: 30px;
  padding: 2px 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}



div {
  margin: 15px 0;
}


#sourceSelect, #decoding-style { 
  appearance: none;
  background-color: white;
  padding: 4px 20px;
  font-size: 16px;
  border-radius: 4px;
  outline: 0px;
  border: none;
  color: #0c6251;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  
}

#sourceSelect:hover , #decoding-style:hover { 
  outline: 1px solid #3fbb9b;
  /* background-color: #f5f5f5; */
}

#sourceSelect:hover, #decoding-style:focus { 
  outline: 2px solid #3fbb9b;
  /* background-color: yellow; */
}

.padding-top {
  padding-top: 20px;
}



h1{
  font-size: 22px;
  padding-bottom: 20px;
  margin: auto;
}
h4{
  font-size: 12px;
  padding-bottom: 20px;
}