html {
  font-size: max(20pt, 2vw);
}

:focus {
  outline-style: dotted;
  outline-width: thick;
  outline-color: currentColor;
}
