html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background-color: #222; }
body {
  margin: 0 auto;
  font-family: sans-serif;
  color: #eee;
  max-width: 1000px;
  line-height: 1.5rem; }
header p { display: none; }
@media screen and (max-width: 530px) {
  header code { font-size: smaller; }}
menu {
  margin: 0.6rem 1rem;
  padding-left: 0; }
menu a {
  display: inline-block;
  color: #897; }

main {
  padding: 1rem;
  background-color: #363330; }
img, video, audio {
  display: block;
  border-radius: 3px;
  margin: 1rem auto;
  max-width: 100%; }
video, audio { width: 100%; }
video {
  border: 1px solid lightgray;
  aspect-ratio: 16 / 9; }

h1, h2, h3 {
  color: #cdb;
  margin-bottom: 0.6rem;
  margin-top: 1.4rem;
  font-weight: 300;
  line-height: 1.1;
  text-shadow: 1px 1px 1px #000; }
h1 {
  font-size: 2rem;
  margin-top: 1rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.2rem; }
em { color: #efd; }
strong { color: #fff; }
p { margin: 0.75rem 0; }
main a::before { content: "⸢ "; }
main a::after { content: " ⸣"; }
a {
  color: #cdb;
  text-decoration: none;
  text-shadow: 2px 2px 2px #000; }

pre {
  white-space: pre-wrap;
  overflow-x: auto;
  padding: 0.8rem;
  line-height: 1;
  font-family: monospace;
  margin: 0; }
main pre {
  margin-top: 0.8rem;
  background-color: #222;
  border-radius: 3px;
  border-bottom: 1px solid #484440;
  border-right: 1px solid #484440; }
code {
  background-color: #222;
  font-size: 1rem;
  color: #897; }
ol, ul,
blockquote {
  padding-left: 1rem;
  margin-left: 0.5rem; }
blockquote { border-left: 1px solid #897; }
ol li { margin: 0.4rem 0; }
ol li::marker,
ul li::marker { color: #897; }

table {
  border-collapse: collapse;
  text-shadow: 1px 1px 1px #000; }
thead th { background-color: #897; }
table * {
  border: solid 1px #897;
  padding: 0.6em; }

footer {
  padding-top: 1rem;
  margin-top: 2rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1rem; }
footer .lichen-plug {
  display: inline-block;
  margin: 1rem auto; }
footer img {
  display: inline-block;
  margin: 1rem 0 1rem auto; }
