body { 

	background-color: #000033;
	color: #ffffff;
	text-align: center; 
	font-family: 'Special Elite', cursive;
}

h1 {
	font-family: 'Special Elite', cursive;
	font-size: 48px;
	font-weight: normal; 
}

canvas#buffer {
	
	display:none;
}

canvas#physical {
	
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a { 

	color: #aaaaff;
}

p {
	
	font-family: 'Special Elite', cursive;
	font-size: 28px;
}

div#middle { 

	text-align: left;
	width: 30%;
	line-height: 200%;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

