.container {
  text-align: justify;
  list-style-type: decimal;
}

h1 {
  font-size: 30px;
  margin: 20px;
  text-align: center;
}

h2 {
  display: inline; 
  font-size: 18px;
}

h3 {
  display: inline;
  font-size: 16px;
}

.container > ol > li {
  padding: 10px;
}

.container > ol * {
  padding: 5px;
}

.header, .header-space {
  height: 300px;
}
.footer, .footer-space {
  height: 200px;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
}
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.watermarked{
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.page {
  page-break-after: always;
}

@media print {
  thead {display: table-header-group;} 
  tfoot {display: table-footer-group;}
  
  button {display: none;}
  
  body {margin: 0;}
}