body, html {
  background-color: #eeeeee;
  align-items: center;
  display: flex;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  height: 100vh;
  justify-content: center;
  margin: 0;
  padding: 0;
}
body .interface, html .interface {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 20px;
}
body .interface form, html .interface form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .interface form button, html .interface form button {
  background-color: #97bf0d;
  color: white;
  cursor: pointer;
  flex-grow: 1;
  font-weight: bold;
  text-align: center;
}
body .interface form button:hover, html .interface form button:hover {
  background-color: #648000;
}
body .interface form .form-item, html .interface form .form-item {
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  flex-grow: 1;
  font-size: 1em;
  padding: 10px;
  margin-bottom: 10px;
}
body .interface form .form-item-number-wrapper, html .interface form .form-item-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
}
body .interface form .form-item-number-wrapper label, html .interface form .form-item-number-wrapper label {
  font-size: 1em;
  font-weight: 500;
  margin-right: 10px;
  white-space: nowrap;
}
body .interface form .form-item-number-wrapper .form-item-number, html .interface form .form-item-number-wrapper .form-item-number {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
}
body .interface form .form-item-number-wrapper select.form-item, html .interface form .form-item-number-wrapper select.form-item {
  width: 75%;
  font-size: 1em;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 1.2;
}

/*# sourceMappingURL=style.css.map */
