::highlight(search-results) {
  color: orange;

  /* limits on what you can style */
  /* font-weight: bold; */
}

html {
  color-scheme: dark light;
  background: Canvas;
  color: CanvasText;
  font: 170%/1.4 system-ui, sans-serif;
}

body {
  margin: 0;
  padding: 2rem;
}

label {
  display: block;
  font-size: 60%;
  input {
    display: block;
    font: inherit;
  }
}