body {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	background-color: black;
	color: white;
	font-family: "Fira Code", monospace;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.container {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: calc(100vh - 1.5rem);
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.footer {
	display: flex;
	flex-direction: column;
	width: 100vw;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.footer-text {
	color: rgba(255, 255, 255, 0.6);
}

.footer-text a {
	text-decoration: none;
	background-color: white;
	color: black;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

#kat-container {
	filter: drop-shadow(0 0 24px rgba(255, 255, 255, 1));
}
