body {
	background: url('../img/pixel-meat.jpg') top left repeat;
	margin: 0;
	font-family: 'VT323';
	font-size: 30px;
	color: #ddd;
}
.bar {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 50%;
	padding: 25px 0;
	margin-top: -125px;
	background: #000;
	color: #fff;
}
.content {
	width: 900px;
	margin: 0 auto;
}
.logo {
	float: left;
	margin-right: 20px;
}
.actual-content {
	float: right;
	width: 370px;

}
p {
	margin: 20px 0;
	color: #ddd;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.social-media {
	line-height: 75px;
}
.instagram {
	margin: 0 10px 0 80px;
	float: left;
}
.center {
	text-align: center;
}
canvas {
	width: 100%;
	height: 100%;
}