@import url('https://fonts.googleapis.com/css?family=VT323');

body {
	background-color: #000000;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23aa00aa' fill-opacity='0.75'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	font-family: sans-serif;
	font-weight: lighter;
}

h1 {
	font: 100% 'VT323', monospace;
	color: #ff55ff;
	text-shadow: 0px 5px #aa00aa;
	text-align: center;
	font-weight: lighter;
	font-size: 84pt;
}

.container {
	background-color: black;
	display: block;
	border: 24px groove cyan;
	max-width: 600px;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 100px 40px;
}

p, a {
	font: 100% 'VT323', monospace;
	background: black;
    	color: cyan;
	line-height: 1em;
	font-size: 32pt;
}

p {
	opacity: 0.0;
	transition: opacity 1.0s;
}

p.show {
	opacity: .85;
}

p.choice {
	text-align: center;
}

a:hover {
	color: white;
}

a:active {
	color: #ff5555;
}