:link {
  text-decoration: line-through dotted;
}

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

html {
  font-family: sans-serif;
  font-size: calc(1em + 1vw + 1vh);
  line-height: 1.6;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

dl {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  flex-flow: column wrap;
}

dt {
  flex-basis: 100%;
}

dd {
  flex-basis: 100%;
}

figure {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 1em;
}
