@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body	{
	background-color: black;
	color: white;
	font-family: 'Open Sans', sans-serif;
	}
main	{
	max-width: 40em;
	margin: 0 auto;
	padding: 1em;
	background-color: rgba(0, 0, 0, 0.9);
	}
a	{
	color: #ddd;
	}
a:visited	{
	color: #aaa;
	}
:is(h1, h2, h3, h4, h5, h6)	{
	font-family: 'Alfa Slab One', serif;
	font-weight: normal;
	}
h1	{
	text-align: center;
	font-variant-caps: small-caps;
	}
h1 > a {
	color: white;
	text-decoration: none;
	}
h1 > a:visited {
	color: white;
	text-decoration: none;
	}
h2	{
	border-bottom: 1px solid white;
	}
nav > ul	{
	display: flex;
	flex-flow: row wrap;
	list-style-type: none;
	justify-content: right;
	margin-top: 0px;
	margin-bottom: 0px;
	}
nav > ul > li	{
	margin-right: 1em;
	}
nav > ul > li > a	{
	text-decoration: none;
	}
th	{
	font-weight: normal;
	font-style: italic;
	}
td.anime-name	{
	font-style: italic;
	}
.panel	{
	display: inline-block;
	background-color: #444;
	border: 1px solid #222;
	margin: 0.5em 0em;
	padding: 0.5em;
	border-radius: 0.25em;
	}
.panel > a {
	text-decoration: none;
	}
.aa-kid	{
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 674px;
	height: 587px;
	z-index: -1;
	}
.anime-year {
	vertical-align: top;
	}
.anime-name {
	vertical-align: top;
	}
.blockquote {
	border-left: 1px solid gray;
	padding-left: 1em;
	}
.blog-posts {
	display: flex;
	flex-wrap: flex;
	justify-content: space-between;
	}
.blog-post-card {
	flex: 0 1 45%;
	border: 1px solid gray;
	padding: 1em;
	}
.blog-post-card-title {
	font-weight: bold;
	}

/* Responsive layout */
@media only screen and (max-width: 45em)	{
	main	{
		max-width: initial;
	}
	.blog-posts {
		display: block;
	}
}
