* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; *behavior:url(boxsizing.htc); }
html, body { 
	margin:0;
	padding:0;background:#000;
	line-height:1;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
h1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

pre {
	white-space:pre-wrap;       /* css-3 */
	white-space:-moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space:-pre-wrap;      /* Opera 4-6 */
	white-space:-o-pre-wrap;    /* Opera 7 */
	word-wrap:break-word;       /* Internet Explorer 5.5+ */
}
.main {
	position:absolute;
	margin:0;
	width:100%;
	height:100vh;
}
.footer-text {
	padding:0 20px;
	font-size:.9em;
	font-style:italic;
	opacity:.8;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}
#title_logo {
    width:546px;
    height:158px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-79px 0 0 -273px;
	z-index:2;
}
#title_logo-mobile {
    width:320px;
    height:158px;
    position:absolute;
    top:50%;
	z-index:2;
}
#footer {
    position: fixed;
	bottom:0;
	margin-bottom:5px;
	width:100%;
	z-index:2;
	visibility: visible;
	color: white;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
text-align: center;
}
