body {
	background-color: #2b2b2b;
	color: #e6e6e6;
}

* { cursor: url(http://9front.org/img/cursor.png), auto; }

#logo {
	text-align: center;
	user-select: none;
}

#container {
	/* width: 700px; */
	overflow: hidden;
	display: flex;
	justify-content: center;
}

#about {
	width: 400px;
	float: left;
}

#blogs {
	width: 300px;
	float: left;
}

#projects {
	float: right;
}

a {
	color: #356670;
	text-decoration: none;
}


#x86snippet {
	position: fixed;
	bottom: 0;
	left: 10px;
}
