:any-link {
  text-decoration-style: dotted;
}

:focus {
  outline: thick groove;
  text-decoration-style: solid;
}

* {
  box-sizing: border-box;
  font-style: unset;
  vertical-align: text-bottom;
}

html {
  font-family: sans-serif;
  font-size: max(3ex, 3vmax + 3vmin);
  line-height: 1.618;
}

body {
  margin: 0;
  overflow-wrap: anywhere;
}

ins {
  text-decoration: 1ex double overline;
}

.vox {
  padding: 1ex;
  border-radius: 100%;
  box-shadow: -1ex -1ex 0 0, 1ex 1ex 0 0;
}

.hip {
  align-items: center;
  contain: content;
  display: flex;
  font-weight: unset;
  flex-flow: column;
  justify-content: center;
  margin: auto;
  min-height: 100vh;
  font-size: 2em;
}

@media (orientation: portrait) {
  .vox {
    writing-mode: sideways-rl;
  }
}