.ascii {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.ascii code {
	color: white;
	min-height
}

.ascii a {
	text-decoration: none;
}

#screamer {
	display: none;
	height: 100vh;
	width: 100vw;
	object-fit: fill;
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
}

#troll {
	cursor: pointer;
}
