html {
	background: #1a1a1a;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255, 255, 255);
}

.mainContent {
	text-align: center;
	filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, .25));
}

textarea {
	width: 15em;
	resize: none;
}