@font-face {
    font-family: "TS-Chapinero Blackletter";
    src: url("https://db.onlinewebfonts.com/t/1a3cf95106e36968c3a80cba7e6eb87a.eot");
    src: url("https://db.onlinewebfonts.com/t/1a3cf95106e36968c3a80cba7e6eb87a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1a3cf95106e36968c3a80cba7e6eb87a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/1a3cf95106e36968c3a80cba7e6eb87a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/1a3cf95106e36968c3a80cba7e6eb87a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/1a3cf95106e36968c3a80cba7e6eb87a.svg#TS-Chapinero Blackletter")format("svg");
}
@font-face {
    font-family: "Arta Machine Blackletter";
    src: url("https://db.onlinewebfonts.com/t/36bd1e13de114889e52167a7c84401b6.eot");
    src: url("https://db.onlinewebfonts.com/t/36bd1e13de114889e52167a7c84401b6.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/36bd1e13de114889e52167a7c84401b6.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/36bd1e13de114889e52167a7c84401b6.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/36bd1e13de114889e52167a7c84401b6.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/36bd1e13de114889e52167a7c84401b6.svg#Arta Machine Blackletter")format("svg");
}
@font-face {
    font-family: "Blackletter1905";
    src: url("https://db.onlinewebfonts.com/t/e20adaebd7dbd55c90d1f7ecd6333da4.eot");
    src: url("https://db.onlinewebfonts.com/t/e20adaebd7dbd55c90d1f7ecd6333da4.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e20adaebd7dbd55c90d1f7ecd6333da4.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e20adaebd7dbd55c90d1f7ecd6333da4.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e20adaebd7dbd55c90d1f7ecd6333da4.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e20adaebd7dbd55c90d1f7ecd6333da4.svg#Blackletter1905")format("svg");
}
@font-face {
    font-family: "JSL Blackletter";
    src: url("https://db.onlinewebfonts.com/t/36aaa3b6293d49763f04c58a99ab1136.eot");
    src: url("https://db.onlinewebfonts.com/t/36aaa3b6293d49763f04c58a99ab1136.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/36aaa3b6293d49763f04c58a99ab1136.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/36aaa3b6293d49763f04c58a99ab1136.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/36aaa3b6293d49763f04c58a99ab1136.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/36aaa3b6293d49763f04c58a99ab1136.svg#JSL Blackletter")format("svg");
}

body {
  background-color: black;
  color: white;
  
  font-size: 1.2em;
  font-family:  "TS-Chapinero Blackletter","Arta Machine Blackletter", "Time New Roman", Times, serif;
  
  margin: auto;
  max-width: 500px;
}
a {
  color: red;
}
article {
  max-width: 100%;
  padding-bottom: 8em;
  
  border-top: 1px solid #808080;
}
img{
  border: 10px ridge #808080;
  max-width: 90%
}
.time{
  background-color: #050505;
  width: fit-content;
  padding: .5em;
  border: 10px ridge #808080;  
}
details > summary {
    list-style-image: url(pentagram.svg);
}

details[open] > summary {
    list-style-image: url(pentagram.svg);
}
.warning a{
  font-size: 2em;
}
.warning {
  font-family:  "Arta Machine Blackletter", "Time New Roman", Times, serif;
}
.gallery {
  padding-top: 14.5em;
}
.spacer{
  padding-bottom: 100vh;
}