/* Match the intentionally simple layout of the reference site. */
#container {
  width: 600px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 100px;
}

img,
video {
  max-width: 100%;
  height: auto;
}

pre {
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 820px) {
  #container {
    width: auto;
    margin: 24px 16px;
  }
}
