<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#MyTextBox {
	border-style: none;
	outline: none;
	text-align: center;
	background: none;
	font-family: Lilita One;
	font-size: 5vh;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	touch-action: none;
}</pre></body></html>