html {
  -webkit-text-size-adjust: 100%;
}
.container {
  margin-top:10px;
}
.lang_switch {
  display: flex;
  justify-content: center;
  align-items:center;
}
select {
  height: 40px;
  margin: 10px 0;
  padding: 8px;
  font-size: 16px;
}
input {
  height: 20px;
  margin: 5px 0;
  padding: 5px;
  font-size: 16px;
}
input[type="date"] {
  height: 35px;
}
input[type=checkbox] {
  margin-left: 10px;
  transform: scale(1.5);
}
textarea {
  font-size: 16px;
  width: 80%;
}
h1,.input_area,footer {
  text-align: center;
}
.line1 {
  margin: 1rem;
}
.line2 {
  border-top: 1px dotted;
  width: 50%;
}
.button-position,.description {
  text-align: center;
  margin: 2em 0px 2em;
}
.generate_save_btn {
  display: block;
  width: 250px;
  border-width: 1px;
  border-style: solid;
  padding: 12px;
  margin: auto;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
  background: #28d;
  border-color: transparent;
  color: #000;
  cursor: pointer;
  border-radius: 100vh;
}
.generate_save_btn:hover {
  color: #fff;
  background: #13c3ac;
}
.qr-container {
  width: 192px;
  height: 192px;
  margin: 0 auto;
}
.canvas_string-container {
  width: 192px;
  height: 20px;
  margin: 0 auto;
}
.concat_canvas {
  width: 192px;
  height: 214px;
  margin: 0 auto;
}
.store_icons {
  display: flex;
  justify-content: center;
  align-items:center;
}
