:root {
  background: #508;
  color: gainsboro;
}

.spun {
  background: blueviolet;
  color: gainsboro;
}

::selection {
  background: deeppink;
  color: #030303;
}

:any-link { color: #1e1 }
:any-link:nth-child(odd) {
  color: #ee1;
}

:focus { text-decoration-style: dotted; outline: 1ex dotted }
:hover { text-decoration-style: double }
:active { filter: hue-rotate(1deg) }

html {
  font-family: sans-serif;
  font-size: max(2em, 2vmax + 2vmin);
}

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

svg {
  max-width: 100%;
  height: auto;
}

.cue {
  margin: 3ex auto;
  text-align: center;
}

.seep {
  border-radius: 100%;
  margin: 1ex;
  display: flow-root;
}

.kumo {
  margin-bottom: 8ex;
}

