BODY {
	background-color: #000;
	color: #fff;
}

H1 {
	text-align: center;
}

.frame {
	position: relative;
	min-height: 100vh;
}
.content {
	padding-top: 10px;
	padding-bottom: 40px;
}

FOOTER {
	position: absolute;
	bottom: 0;	
	height: 40px;
	width: 100%;
	text-align: center;
	background-color: #222;
	padding-top:8px;
	font-size: 14px;
}

FOOTER .pi {
	float: right;
	padding: 14px 3px 0 0;
	font-size: 10px;
	cursor: default;
}


#matrix {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}