html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #000;
}
#app {
    position: absolute;
    top: 50%;
    transform: translateY(-138%);
}
.text {
	color: white;
	text-align: center;
	/*text-transform: uppercase;*/
	/* padding: 450px 0; */
	font-size: 22px;
	width: 100%;
	box-sizing: border-box;
}

canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}
.foot {
	position: fixed;
	width: 100%;
	display: block;
	bottom: 0;
	left: 50%;
	text-align: center;
	padding: 50px 0;
	transform: translateX(-50%);
}
.foot span {
	color: white;
	margin-right: 10px;
}
.foot a {
	color: white;
	text-decoration: none;
}