html {
  color-scheme: dark;
  font-family: sans-serif;
}

body {
  margin: 10px;
}

article.art {
  margin: 10px auto 10px 0px;
  width: fit-content;
}

article.art details {
  margin-bottom: 1px;
}

article.art img {
  height: auto;
  max-width: 100%;
  max-height: 95vh;
  object-fit: scale-down;
  object-position: left;
  display: block;
  margin-bottom: 4px;
}

article.art img.unconstrain-height {
  max-height: none;
}

footer.links ul {
  display: inline;
  list-style: none;
  padding-inline-start: 0;
}

footer.links ul li {
  display: inline-block;
}

footer.links ul li::before {
  content: "·";
}

footer.links ul li:first-child::before {
  content: none;
}

div#nsfwBlock {
  position: fixed;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: canvas;
  display: grid;
  place-content: center;
}

span.warning {
  color: red;
}
