body {
	background-color: black;
	font-family: monospace;
}

.c {
	display: flexbox;
	grid-template-columns: auto;
	width: 100vw;
	text-align: center;
	align-items: center;
	justify-content: center;

	color: white;
}

a {
	color: white;
	border: solid 1px white;
}

img {
	max-width: 95vw;
	max-height: 100vh;
}

li {
	text-decoration: none;
	list-style-type: none;
}

.enterthelighta {
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	margin: 30px;
	border: solid 1px white;
}

.theshitpit {
	font-size: 3rem;
}
