section:not(.active) {
  display: none;
  height: 0;
  overflow: hidden;
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

header {
  text-align: center;
}

header::after {
  content: url(images/curve.svg);
}

section.active {
 margin: 10px;
}

#textpane {
  font-family: sans-serif;
}

summary {
  color: red;
}

details:not([open]) {
  display: inline;
}

details[open] {
  background-color: lightgray;
}

.a {
  min-width: 160px;
  display: inline-block;
}

.b {
  margin-left: 160px;
  margin-top: -1.2em;
  display: block;
}

h3 {
  margin-top: 2em;
}

a[name] {
  line-height: 3em;
}
