.terminal {
	font-family: 'VT323', monospace;
	overflow-y: auto;
	border: 2px solid #fff;
	padding: 15px;
	max-height: 500px;
}

.line {
	color: #fff;
}

.line p { 
	position: relative;
	top: 1px;
}

.prompt {
	justify-content: flex-start;
	align-items: center;
}

.prompt-symbol {
	color: #fff;
}

.prompt-input {
	color: #fff;
	background: none;
	outline: none;
	border: none;
	flex: 1;
	font-family: 'VT323', monospace;
	padding-left: 8px;
}
