body {
	background: url("./images/roller-shutter.webp"), black;
	color: #aaa;
	font-family: "Fairfax HD", monospace;
	text-align: center;
	max-width: 900px;
	margin: 20px auto;
}
section {
	border-image: url("./images/monitor-border.webp");
	border-width: 100px;
	border-style: solid;
	border-image-slice: 141 154 166 141 fill;
	padding: 20px;
	/*background: repeating-linear-gradient(to bottom, transparent 0px 2px, #333 2px 3px), linear-gradient(to bottom, #131313, #000);*/
}

img {
	margin: 1em 0;
	width: 100%
}
h1 {
	margin: 0;
	font-size: 36px;
}
h2 {
	font-weight: inherit;
	font-size: inherit;
	margin-top: 1em;
	margin-bottom: .5em;
}
img + h2 {
	margin-top: 0;
}
p {
	margin: 0;
}
blockquote {
	border-inline-start: 3px solid currentColor;
	background-color: black;
	margin-block: 0;
	padding: .5em 1em;
	text-align: start;
	font-style: italic;
}
:not(.metadata) > a:any-link {
	color: white;
}

.metadata a {
	font-weight: bold;
	text-shadow: 0 0 .2em currentColor;
	text-decoration: none;
}
a:not([href]) {
	color: #555;
	font-weight: normal;
	text-decoration: line-through;
}
.metadata a[href]:hover {
	text-decoration: underline;
}
.artist {
	color: #a00;
}
.chara {
	color: #0a0;
}
.media {
	color: #a0a;
}
.source {
	color: #27847f;
}
