body {
	background: black;
	color: #00ff00;
}

.swanky {
	font-size: 4vh;
	color: white;
	font-weight: thin;
	text-shadow: 0.2em 0.05em 1px #00ff0f, 1px 0.22em 1px #ff59e1,
		-5px 4px 2px #0000ff;
	text-justify: center;
}
.pouch {
	border: 2px dotted #ffffff;
	padding: 2px;
	display: flexbox;
}
