<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');
body,html{font-family: 'PT Sans Narrow', sans-serif;}



.red
{
background:red !important;	
}


#createBox
{
width:99%;
border:1px black solid;	
}


#wrapper
	{
	width:95%;
	background:yellow;
	border: 1px black solid;
	margin:55px auto;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	}
#inner
	{
	width:99%;
	margin:auto;	
	}
</pre></body></html>