<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pdf-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#pdf-container canvas {
  margin: 20px auto;
  display: block;
}
</pre></body></html>