#console {
	font-family: monospace;
	font-size: 15px;
	font-weight: 500;
	background-color: #302d2e;
	color: white;
	overflow-y:auto;
	line-height: 20px;
	height: 50vh;
	width: 45vw;
	border-top: 20px solid #e5e5e5;
	border-radius: 4px;
	box-shadow: 12px 12px 1px #9eb8ce;
	margin-left: 250px;
}

label {
	color: #f49e67;
}