/* A simple product placeholder with purple background and Courier type. */
body.rosetta-page {
  background: #663399;
  color: #f5f1e4;
  min-height: 100vh;
  font: 16px/1.6 'Courier New', monospace;
}
.rosetta-page #main-content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 128px 32px 64px;
}
.rosetta-page #main-content p {
  margin: 0;
}
