body {
	font-family: sans-serif ;
	background: #110000 ;
	color: #ccc ;
}

main {
	max-width: 800px ;
	margin: auto ;
}

img {
	max-width: 100% ;
}

header h1 {
	text-align: center ;
}

footer {
	text-align: center ;
	clear: both ;
}

/* For TAGLIST.HTML */
.taglist {
	text-align: center ;
	clear: both ;
}

/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
}
#prevart {
	float: left ;
	text-align: left ;
}
#nextart {
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	max-width: 33% ;
}


/*Custom*/

.icon {
	height: 1.5rem;
	width: 1.5rem;
	display: inline-block;  
}

code { 
	color: #0d0;
}

.donatebox {
    max-width: 350px ;
}
.donatebox code {
	font-size: small ;
	font-family: monospace;
	overflow-wrap:break-word;
}

.donatecontainer {
    display: flex ;
    flex-wrap: wrap ;
    justify-content: center ;
}
.donateinfo {
    max-width: 350px ;
    text-align: center ;
    padding-left: 10px ;
    padding-right: 10px ;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.donateinfo code {
	font-size: small ;
	overflow-wrap: break-word ;
}

.qr {
    max-height: 150px; ;
	padding-top: 10px;
	padding-bottom: 10px;
}
