* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #0c0013;
	color: #eee;
	font-family: monospace;
}
#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
}
a {
	color: #55F;
	text-decoration: none;
}
a:visited {
	color: #55F;
	text-decoration: none;
}
.center {
	text-align: center;
}
ul {
	list-style-type: none;
}

#self-portrait {
	position: absolute;
	border-radius: 50%;
	width: 64px;
	left: 500px;
	top: 30px;
}
