<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.field-container {
	display: 			flex;
	width: 				100%;
	margin-top:			0;
	margin-right:		auto;
	margin-bottom:		0;
	margin-left:		auto;
	justify-content:	center;
}

.field {
	text-align: 	center;
	padding-top: 	30px;
	padding-bottom: 30px;
	font-family: 	'Bebas Neue', cursive;
	border:			1px;
	border-style:	solid;
}

.lineo {
	text-align: 	left;
	padding-top: 	30px;
	padding-left:	30px;
	font-family: 	'Bebas Neue', cursive;
	font-size:		102px;
}</pre></body></html>