html {
  background: #e3dac9;
}

#phyllo {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

body {
  max-width: 40em;
  margin: 2em auto;
  padding: 0 1em;
  font-family: sans-serif;
  line-height: 1.5;
}

header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

header img {
  height: 1.5em;
}

.tagline {
  font-family: 'Michroma', sans-serif;
  font-size: 0.6em;
  color: #555;
  margin: -0.15em 0 0 4.4em;
}

footer {
  margin-top: 3em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
  font-size: 0.9em;
  color: #555;
}

.box {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 1.25em 1.5em;
  margin-bottom: 1.5em;
}

.plain {
  list-style: none;
  padding: 0;
}

.plain li {
  margin-bottom: 1.5em;
}

.section-title {
  font-family: 'Michroma', sans-serif;
}

.status {
  font-size: 0.85em;
  color: #555;
}

hr {
  margin: 2em 0;
}

pre, code {
  font-family: monospace;
}

a {
  text-decoration: none;
}
