canvas {
	position: fixed;
	top: 10%;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: -1;
	opacity: 0;
	transition: opacity linear 1s;
}
h2 {
	position: fixed;
	top: 8vw;
	margin: 0px;
	width: 100%;
	color: #000;
	text-shadow:
		0px 1px 0px #fff,
		0px -1px 0px #fff,
		1px 0px 0px #fff,
		-1px 0px 0px #fff;
}
blockquote {
	position: fixed;
	bottom: 10%;
	margin: 0px;
	width: 100%;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 0 1px #fff;
}
