#masthead,
#colophon {
  display: none;
}

* {
  clear: none !important;
}

body {
  color: black;
  background-color: white;
}

ul {
  list-style: revert;
}

h1 { 
  string-set: doctitle content(); 
}

p,
li {
  orphans: 3;
  widows: 3;
}

@page {
  size: A4;
  margin: 1.5cm 2cm 2cm;
}

/* Structure */

.site-content {
  max-width: 30cm !important;
  margin: 0 auto !important;
}

.page .page-content,
.single-post .entry-content {
  display: block !important;
}

.entry-content .wp-block-group > * {
  width: 100% !important;
}