.terminal {
	width: 45%;
	height: 25rem;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	font-size: 30px;

	border-radius: 5px;
}

body {
	background-color: rgb(10, 18, 20);
	--size: 1.4;
	--background: rgb(17, 31, 36);
	--color: rgb(159, 183, 191);
}
