<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
########################################################
  Contents style
########################################################
*/

html,body {
	height: 100%;
	width:600px;
	text-align:center;
	margin: 0px auto;
	overflow: hidden;
}

div#contents{
	width:100%;
	text-align:center;
	position:absolute;
	z-index:50;
}

div#logo{
	width:100%;
	min-height:100%;
	text-align:center;
	margin-top: 30px;
}</pre></body></html>