<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
	width:100%;
	position: absolute;
}
#box {
	margin:200px auto;
	position: relative;
	width: 200px;
	height: 200px;
    overflow: hidden;
    background: #333;
}
#overlay {
	position: absolute;
	top: 200px;
	width: 200px;
	height: 200px;
}
</pre></body></html>