@charset "utf-8";

*			{ margin: 0; padding: 0; }
html			{ height: 100%; }
body			{ background-color: #000; height: 100%; }
div#container   	{ height: 100%; }	
h1			{ font-family: 'Montserrat', sans-serif; color: #007dfa; font-size: 45vmin; text-align: center; width: 100%; position: absolute; top: 50%; margin-top: -0.7em; }