@charset "UTF-8";
/* CSS Document */

body{
	background: black;
}

html{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:29px;
	
}

h1{
	color: #A7A9AC;	
}

.container{
position: fixed;
top: 50%;
  left: 50%;
  /* bring your own prefixes */
 transform: translate(-50%, -50%);
}

.footnote{
	position: static;
	vertical-align: text-bottom;
	text-align: center;
	}
