body {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui,
    helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial,
    sans-serif;
}

span {
  font-size: 0.8rem;
  color: grey;
}

.input-container {
  margin: 0.5rem;
}

.input-container label {
  margin-right: 10px;
}

.result-container {
  display: block;
}

.warning {
  color: red;
  font-weight: bold;
  margin-bottom: 2rem;
}
