body {
	background-color: #2b2b2b;
	color: #e6e6e6;
}

* { cursor: url(http://9front.org/img/cursor.png), auto; }


a {
	color: #356670;
}

#info {
	width: 300px;
	float: left;
	justify-items: center;
}

#blog {
	width: 700px;
	float: left;
}
#container {
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.quote {
	color: #c9c9c9;
	padding: 20px;
	font-style: italic;
	background-color: #404040;
	border-radius: 10px;
}

#pfp {
	width: 50%;
	margin: auto;
	border-radius: 50%;
}
