body {
	color: #EEE;
	background: #282828;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100dvw;
	height: 100dvh;
	padding: 0;
	margin: 0;
}

.empty {
	display: inline-block;
}

.buttons {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.buttons > a {
	padding: 0;
}

img, .empty {
	width: calc(88px * 1.6);
	height: calc(31px * 1.6);
}

#girlthing {
	image-rendering: pixelated;
}

pre, .wrapper {
	font-family: monospace; 
	font-size: 11pt;
	overflow-x: hidden;
	word-break: break-word;
}

.wrapper {
	max-width: fit-content;
}

* {
	box-sizing: border-box;
}

.header {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
}

.header-text {
	width: max-content;
	overflow: hidden;
	font-size: 16pt;
}

footer {
	font-size: 9pt;
	padding: 0 16px 8px 16px;
	max-width: 405px;
}

a {
	color: #f8937a;
}

.links {
	padding: 16px;
	text-wrap: wrap;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	max-width: 480px;
}

.dashboard-name {
	font-weight: 900;
}