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

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

img {
	max-width: 100% ;
}

header h1 {
	text-align: center ;
}

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

#tagcloud {
	list-style: none ;
	padding: 0 ;
}

#tagcloud li {
	display: inline-block ;
}

#tagcloud a {
	margin: .1em .25em ;
}

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

/* centring text */
.profile {
    text-align: center;
    font-style: italic;
}

/* putting stuff to the right and left */
.img-right {
    float: right;
    font-style: italic;
}

.img-left {
    float: left;
    font-style: italic;
}

a {
	color: #085fcb ;
    text-decoration: none ;
}

#tag_technology:before { content: "💻" ;}
#tag_software:before { content: "💾" ;}
#tag_internet:before { content: "🌍" ;}
#tag_watches:before { content: "⌚" ;}
#tag_articles:before { content: "📝" ;}
#tag_poetry:before { content: "📜" ;}
#tag_linux:before { content: "🐧" ;}
#tag_updates:before { content: "⬆️" ;}
