#container{
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -400px;
	text-align: center;
}

#console {
	display: none;
	background-color: black; 
	height: 400px; 
	width: 800px; 
	margin: 0 auto;
	overflow: auto;
	color: white;
	text-align: center;
}

input {
	background-color: black;
	color: white;
	border: 1px solid #333;
	font-size: 17px;
	opacity: 0.5;
}

input:focus{
	outline-color: blue;
}

body{
	background-color: black;
}

a{
	color: rgb(56, 200, 216);
	text-decoration: none;
}

a:hover{
	color: rgb(242, 30, 72);
}

/* a - 68, 185, 170
hover - 186, 67, 88 */