html {
  font-family: "Roboto", sans-serif;
}
textarea {
  font-family: "Fira Code", "Fira Mono", "Roboto Mono", monospace !important;
}

label {
  width: 15em;
  display: inline-block;
  text-align: right;
  margin-right: 1em;
}
textarea,
input[type="text"],
input[type="number"] {
  width: 45em;
  display: inline-block;
}

.hide {
  display: none;
}
