html {
  font-family: sans-serif;
  font-size: max(20pt, 8vh);
}

body {
  display: flex;
  flex-flow: column;
  margin: 2ex;
}

:any-link {
  text-decoration-thickness: calc(1ex/3);
  text-decoration-style: dotted;
  text-decoration-skip: spaces;
}

:focus {
  outline-width: calc(1ex/3);
  outline-style: dotted;
}

.flex {
  display: flex;
  flex-flow: column;
  margin: 0;
  justify-content: center;
  align-items: flex-start;
}

.tall {
  min-height: 100vh;
}

.bloom {
  font-size: 1.6em;
  font-weight: bolder;
}

.grow {
  flex-grow: 0;
}
