p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
.infobox {
  padding: 1em;
  background: lightgrey;
  color: black;
  border: 2px darkblue;
  border-radius: 10px;
}
.center {
  text-align: center;
}
