<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        body, html {
          height: 100%;
          margin: 0;
        }

        #wrapper {
            margin:auto;
	        width:100%;
            max-width:1024px;
            text-align:center;
            line-height:0;
            font-size:1em;
            z-index:999;
            /*display:none;*/
        }

        #logo {
            width: 100%;
            margin: 0 auto;
            position: fixed;
            top: 0px;
        }

        #main {
            width: 100%;
            top: 0px;
        }

        .img {
            width: 100%;
            display: inline-block;
        }

        .buttonImg {
            width: 100%;
            display: inline-block;
            cursor:pointer;
        }
</pre></body></html>