body {
	background-color:#1f1f1f;
	font-family:"Arial Black", Gadget, sans-serif
}

#content {
	padding-top: 5px;
	color: white;
}

.container {
	color: white;
	text-align:center;
}

textarea {
	width: 40rem;
	height: 10rem;
}

.code-block {
	background-color: #111111;
	color: #e6e6e6;

	font-family: "Fira Code", "JetBrains Mono", monospace;
	font-size: 0.95rem;
	line-height: 1.5;

	padding: 1rem 1.25rem;
	border-radius: 8px;
	border: 1px solid #2a2a2a;

	white-space: pre-wrap;
	width: 40rem;
	margin: auto;

	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

