input, pre, body, textarea {
	color: #c7ffd6;
}
input, textarea {
	caret-color: #c7ffd6;
}
body {
	background-color: #282828;
	background-image: url("https://hackthegame.com/style/background_map-dark.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-size: 100% 100%;	
}
.highlight {
	padding-left: 5px;
	background-color: #c7ffd6;
	color: #282828;
}
#content {
	background: rgba(0, 0, 0, .85);
}