body {
  max-width: 45rem;
  margin: auto;
}
iframe {
  box-sizing: border-box;
  width: 100%;
  border: 1pt solid silver;
}
code::before {
  content: "\2018";
}
code::after {
  content: "\2019";
}
