body {
	max-width: 856px;
	font-family: times-new-roman;
	background: #0D1117;
	color: #E0E0E0;
	scrollbar-color: gray #151515;
	margin: 0 auto 500px auto;
	max-width: 800px;
	padding: 0 16px;
	font-size: 1rem;
	line-height: 1.6;
}

#nextprev {
	display: flex;
	justify-content: space-between; /* or center / flex-start */
	/* gap: 1rem; */
	/* margin-top: 2rem; */
}

#nextprev a {
	text-decoration: none;
	flex: 1;
}

#prevart, #nextart {
	/* padding: 1em; */
	/* border-radius: 6px; */
	text-align: center;
	/* border: 1px solid #ccc; */
	/* box-shadow: 0 1px 4px rgba(0,0,0,0.1); */
}


/* Scrollbar styles */
::-webkit-scrollbar {
	width: .66vw;
	background-color: #151515;
}
::-webkit-scrollbar-thumb {
	background-color: gray;
	border-radius: 5px;
}

#tagcloud {
	list-style: none;
	text-align: center;
	padding: 0;
}
#tagcloud li {
	display: inline-block;
}
#tagcloud a,
[id^="tag_"] {
	margin: .1em .25em;
	white-space: nowrap;
}

a {
	text-decoration: none;
	color: #FFA726;
}
a:visited {
	/* color: purple; */
	color: #FF8A65 ;
}
a:hover {
	color: beige;
	text-decoration: underline;
}

h1 {
	/* color: white; */
	color: #E0E0E0;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	text-align: center;
}
h2 {
	color: white;
	text-align: center;
}

footer {
	text-align: center;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	padding: 1em;
}

img {
	max-width: 90%;
	max-height: 400px;
	margin: auto;
	display: block;
}

code {
	overflow-wrap: break-word;
	color: lime;
}

.taglist {
	text-align: center;
	margin-bottom: 2em;
	margin-top: 2em;
}

img[alt="BTC Logo"],
img[alt="ETH Logo"],
img[alt="XMR Logo"] {
	max-width: 1em;
	max-height: 1em;
	display: inline;
}

@media (pointer: coarse) {
	li > a {
		display: inline-block;
		padding: 0.2em 0;
	}
}

@media print {
	a[href] {
		text-decoration: none;
		color: black;
	}
	footer,
	.taglist {
		display: none;
	}
	body {
		margin: 0;
	}
}

.older-article,
.hidden {
	display: none !important;
}

#artlist {
	font-size: large;
	color: white;
}
#artlist li {
	padding: .25em;
	/* color: white; */
}

@media (min-width: 55em) {
	#artlist {
		column-count: 2;
	}
}
@media (min-width: 100em) {
	#artlist {
		column-count: 3;
	}
}

input#search {
	all: unset;
	background: #222;
	color: #fff;
	padding: 0.7rem 1rem;
	border-radius: 5px;
	width: 100%;
}
.search {
	width: 400px;
	max-width: 85vw;
	position: relative;
	margin: 0.5rem auto 1.2rem;
	display: flex;
}
button#clear-search {
	all: unset;
	position: absolute;
	right: 4px;
	top: 5px;
	height: 30px;
	width: 30px;
	color: #888;
	cursor: pointer;
	transition: color 180ms ease-in-out;
}
button#clear-search:hover {
	color: #eee;
}

.matched-recipe {
	font-size: x-large;
	display: list-item !important;
}

.list-searched {
	column-count: 1 !important;
	list-style: decimal;
	max-width: 600px;
	margin: auto;
}


/* JS-only element */
.js-only {
	display: none;
}

/* Add emoji before tag */
#tag_linux:before{content:"💻 ";}
#tag_phone:before{content:"📱 ";}
#tag_amortization:before{content:"📊 ";}
#tag_emacs:before{content:"🧠 ";}
#tag_finance:before{content:"💰 ";}
#tag_linux:before{content:"🐧 ";}
#tag_mortgage:before{content:"🏡 ";}
#tag_phone:before{content:"📱 ";}
#tag_python:before{content:"🐍 ";}
#tag_terminal:before{content:"🖥️ ";}
#tag_tmux:before{content:"🧩 ";}
#tag_vim:before{content:"📝 ";}
#tag_virtualenv:before{content:"📦 ";}
