body {
	font-family: serif;
	color: #ffffff;
	background: #131313;
}

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

figure {
	max-height: 90vh;
	text-align: center;
}

img {
	border-radius: inherit;
	max-width: 100%;
	max-height: 80vh;
}


header h1 {
	text-align: center ;
	color: #2d876c;
}

footer {
	text-align: center ;
	clear: both ;
	flex-shrink: 0;
}

footer ul {
	padding-left:0;
}

nav {
	text-align: center ;
	display: inline;
}
nav ul {
	padding-left:0;
}

table, td {
	text-align: center;
	border: 1px solid ;
}

td {
	padding: 0.5em;
}

th {
	padding: 0.5em;
	border: 1px solid;
	border-bottom: 3px double;
}

table {
	margin: auto;
	width: 50%;
	border-collapse: collapse;
}

.selfie {
	border-radius: 10%;
	text-align: center;
	max-width: 20%;
	margin: 0 auto;
}

.menuname {
	background: #2d876c;
	color: #FFFFFF;
	border-radius: 10%;
	padding:0.4em;
}
.menuname a:hover, a:visited, a:link, a:active {
	text-decoration: none;
}

.footer-socials ul li {
	margin:0;
	display: inline;
}

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