body {
	min-height: 100vh;
}
#bodyBlurOverlay {
	background: #000000bf
}
#l1 {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	color: white;
	user-select: none;
	font-size: 32px;
	width: fit-content;
	margin: 0 auto;
}
#letter {
	text-align: center;
	width: 640px;
	height: 480px;
	background-image: radial-gradient(at center, transparent, black), url(../resources/letter.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: not-allowed;
}
#letterWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	background: #00000030;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.fancyButton {
	margin-top: 10px;
}
@media screen and (max-width: 640px) {
	#letter {
		width: 100vw;
	}

	#letterWrapper {
		padding-left: 0;
		padding-right: 0;
	}
}