p {
	line-height: 140%;
}

html {
	background: #222222;
	color: white;
}
a {
	color: white;
}

a:hover {
	color: #444444;
}

p#info {
	text-align: center;
	font-family: "VT323";
}

#cnvs {
	border: 1px solid white;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

#cnvs-container {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#choice-div {
	margin-top: 20px;
	height: 50px;
}

#choice-div span {
	font-family: "VT323";
	font-size: 32px;
	background-color: #111111;
	margin: 20px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid white;
	cursor: pointer;
}

#choice-div span:hover {
	background-color: #333333;
}