@import url('https://cdn.jsdelivr.net/npm/@codolog/form@1.0.0/dist/form.min.css');
@import url('https://latex.now.sh/style.css');

body {
  line-height: 1.6180;
  max-width: initial;
}

fieldset {
  border: 2px solid rgba(0, 0, 0, 0.6);
  padding: 1rem;
}

legend {
  padding: 0 1rem;
  text-transform: uppercase;
}

.vbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vbox.gap,
.hbox.gap {
  gap: 1rem;
}

.vbox.left,
.hbox.left {
  align-items: start;
}

.flex {
  flex: 1;
}

.stretch {
  align-self: stretch;
}
