:root {
	--amaranth-purple: #a40e4cff;
	--space-cadet: rgb(24, 24, 51);
	--ash-gray: #acc3a6ff;
	--light-orange: #f5d6baff;
	--atomic-tangerine: #f49d6eff;
}
* {
	font-family: 'Courier New', Courier, monospace;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
.bg {
	background-color: var(--space-cadet);
}
.fg {
	color: var(--amaranth-purple);
}
.main {
	margin-top: 150px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
textarea {
	resize: none;
}
.echobox {
	display: flex;
}
button {
	border: none;
}
textarea {
	border: none;
	outline: none;
}