body {
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif  ;
	background: #111010 ;
	color: #ccc ;
}

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

img {
	max-width: 25% ;
	max-height: 200px ;
	margin: auto ;
	display: block ;
	border-radius: 50%;
}

h1 {
	text-align: center ;
}

h2 {
	color: #ccc ;
	text-align: center ;
}

h3 {
	color: #ccc ;
	text-align: center ;
}

h4 {
	color: #ccc ;
	text-align: center ;
}

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

.contactcontainer {
	display: flex ;
	justify-content: center  ;
}

.icon {
	max-width: 50% ;
	padding: 10px ;
	border-radius: 0;
}

/* 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% ;
}
