
body {
	font-family: Monospace;
	background-color: #00000;
	color: #fff;
	margin: 0px;
	overflow: hidden;
}
a {
	color: #00f;
}

div#info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    text-align: center;
}


			#blocker {
				position: absolute;
				width: 100%;
				height: 100%;
				background-color: rgba(0,0,0,0.0);
				cursor: pointer;
			}
			#instructions {
				width: 100%;
				height: auto;
				color: black;
				text-align: center;
				text-shadow: 0 0 9em black;
				top: 2em;
				position: absolute;
			}
