<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	margin:0 auto; 
	text-align:center;
	background: #2c3135;
	color: #c5d3d6;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Lato', Arial, sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #c5d3d6;
}
.container{ width:800px; overflow:hidden; margin:0 auto;}
.container img{ width:100%}
.slide{ position:relative;}
.ptx1{
	position: absolute;
	top: 690px;
	left: 489px;
	width: 300px;
	height: 30px;
}
</pre></body></html>