html,
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	height: 100%;
}

.terminal {
	--size: 1.2;
}

#terminal {
	height: 95%;
}

.cmd .cmd-wrapper, .terminal-command {
	padding-top: 1rem;
}