<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
Background-color:black;
}

#h1 {
	color:darkgrey;
	text-align:center;
	font-family:Courier New, Courier, monospace;
	font-size:45pt;
	margin: 0 0 0 0;
}

#response {
	border-style:solid;
	border-width:4px;
	border-color:darkgrey;
	width:80%;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:4px 4px 4px 4px;
	background-color:lightslategrey;
	font-family:Courier New, Courier, monospace;;
	}
	
.h2{
	margin: 0 0 0 0px;
	font-family:Courier New, Courier, monospace;
	color:black;
	text-align:center;
	font-size:14.5pt;
	}</pre></body></html>