/*@font-face {
  font-family: "PixelOperator_reduced";
  src: url("./fonts/pixel_operator/PixelOperator_reduced.ttf");
}

@font-face {
  font-family: "PixelOperator_reduced";
  font-weight: bold;
  src: url("./fonts/pixel_operator/PixelOperator-Bold_reduced.ttf");
}*/


body {
  display: flex;
  margin: 0;
  background: repeating-linear-gradient(#0f0f0f, #0f0f0f 20px, #f0f0f0f0 20px, #f0f0f0f0 40px);
  min-height: 100%;
  /*font-family: PixelOperator_reduced, monospace, fixed;*/
  /*font-size: 14pt;*/
  font-size: 100%;
}

div.term {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: lightgray;
  min-height: 92%;
  width: 92%;
  max-width: 1024px;
  margin: 2em auto;
  box-shadow: 6px 8px;
/*  min-height: 92%;
  width: 92%;
  max-width: 1024px;
  color: #a22af0f0;
  margin: 2em auto;
  box-shadow: 6px 8px;
  background-color: #0f0f0f;*/
}

a {
  text-decoration: none;
  color: #93302a;
}

header {
  margin-top: 2em;
  font-family: monospace;
  font-weight: bold;
  font-size: 12pt;
  height: 215px;
  width: 717.594px;
}

main {
  max-width: 80ch;
  margin: 0 0.5em;
  flex-grow: 2;
}

footer {
  text-align: center;
  font-size: 12pt;
}

footer > p#license {
  font-style: italic;
}

ul.admin {
  padding-inline-start: 10px;
}

ul.admin li {
  list-style-type: '> ';
}

ul.list {
  padding-inline-start: 10px;
}

ul.list li {
  list-style-type: '- ';
}
