body {
	background: #000;
	font-family: sans-serif;
	color: #f5deb3;
}

.sidebar {
	height: 100%;
	width: 20%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	padding-top: 20px;
}

article,footer {
	margin-left: 20%;
}

a {
	color: #b0e0e6;
}
