/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

 /* .ascii-container {
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
}

.ascii-art {
  font-family: monospace, "Courier New", Courier, "Lucida Console";
  white-space: pre;
  font-size: 20px;
  line-height: 1.2;
  transform: scale(calc(100vw / 600));
  transform-origin: top center;
} */

pre {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  overflow-x: auto;
}
code {
  font-family: monospace;
}