body {
	margin: 0;
	width:100%;
	background-color: #100808;
	color: #eee2d8;
	font-family: sans-serif;
}

header {
	width: 100%;
}

header h1 a, header h1 a:visited {
	color: #ff5a81;
	text-decoration: none;
}

header h1 img {
	height: 1em;
	display: inline;
}

.category-header img {
	height: 1em;
	display: inline;
}

nav {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	text-align: center;
}

nav a, nav a:visited {
	background-color: #e93c58;
	color: #100808;
	text-decoration: none;
	border-radius: 1em;
	padding: 1em;
}

.postmeta {
	display: flex;
	justify-content: center;
	padding: 0;
	gap: 1em;
	list-style-type: none;
	color: #9da0a2;
	text-align: center;
}

.postmeta li img {
	height: 1em;
}

#weiAlert {
	background-color: #e93c58;
	color: #100808;
	padding: 1em;
}

#weiAlert h1, #weiAlert p {
	max-width: 60em;
	margin: auto;
}

#weiAlert a, #weiAlert a:visited {
	color: #100808
}

#content {
	margin: auto;
	padding: 0 0.5em;
	max-width:60em;
}

h1 {
	text-align:center;
}

p {
	text-align:left;
}

a {
	color: #df5273;
}

a:visited {
	color: #b072d1;
}

code {
	background-color: #3b1e1e;
	padding: 0.2em 0.5em;
	font-size: 1em;
	border-radius: 0.6em;
}

pre {
	background-color: #3b1e1e;
	border-radius: 1em;
	padding: 1em;
	margin: 2em 0;
	overflow-x: scroll;
}

pre code {
	padding: 0;
	font-size: 1.2em;
}

iframe {
	width: 100%;
	height: 60vh;
}

article p img, article a img, video, iframe {
	max-height:60vh;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 1em;
}

table {
	border: 0.1em solid;
	border-color: #6f6f70;
	border-collapse: collapse;
}

th, td {
	border: 0.1em solid;
	border-color: #6f6f70;
	padding: 0.6em;
}

.article-list {
	background-color: #3b1e1e;
	border-radius: 1em;
	padding: 1em;
	margin: 2em 0;
}

.article-list > a {
	text-decoration: none;
}

.article-list time,
.article-list a {
	color: #eee2d8;
}

.article-list h2 {
	text-align:center;
	padding: 0.5em;
	margin: 0;
	color: #eee2d8;
}
