:root {
	background-color: #000 !important;
}

body {
	background-color: #000
}

#console {
	font-family: courier, monospace;
	color: #fff;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	font-size:14px;
}

a {
	color: #0bc;
	text-decoration: none;
}

#userandhost {
	color: #0f0;
}

#syntaxing {
	color: #4d4cc6;
}

@media (max-width : 950px) {
    #console {
		width: auto !important;
		margin-top: 0px !important;
		font-size: 16px !important;
		justify-content: center !important;
		flex-direction: column !important;
		overflow-wrap:initial !important;
	}
}