p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
.blackbox {
  padding: 1em;
  background: lightgray;
  color: black;
  border: 2px solid deepskyblue;
  border-radius: 10px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
.infobox {
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  border: 2px solid orange;
  border-radius: 10px;
  background: #f5f5f5 5px center/3em no-repeat;
}

.info {
  background-image: url("icons/info-circle-solid.svg");
}