@import url("https://fonts.googleapis.com/css?family=Press Start 2P");

body {
	font-family: 'Press Start 2P', cursive;
	text-decoration: none; 
	/* background: black; */
	color: #39FF14;
	line-height: 1.5em;
	background-color: #0A023B;
	text-align: left;
	text-justify: inter-word;
	text-shadow: 2px 2px 0 green;
}

.centered-caption {
	text-align: center;
}

main {
	max-width: 800px ;
	margin: auto ;
}

img {
	width: 50% ;
	height: 60% ;
	display: block;
    	margin:0 auto;
    	text-align:center;
}

header h1 {
	text-align: center ;
	line-height: 1.5em;
}

footer {
	text-align: center ;
	line-height: 1.5em;
}

/* 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% ;
}

a {
	color: #43FF1E;
}

a:visited {
	color: #00AF00;
}
