* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form-control {
  font-family: system-ui, sans-serif;
  font-size: 20px;
  font-weight: regular;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}