body {
  background: white;
  color: black;
  font-family: serif;
}

header, footer, .site-navigation, .social-card, .related-posts, .topbar, .branding-bar, .main-navigation, .footer-bottom {
  display: none !important;
}

#main-content, .print-container {
  width: 100%;
  max-width: 800px;
  margin: 2rem auto;
  padding: 0;
}

.print-button {
  display: none;
}
