body {
	margin:0; padding:0;}
.background {
	position:absolute; top:0;left:0; width:100%;height:100%;margin:0; z-index:0; background-color: #22303d;}
.container {
	position:relative; top:0;left:0; width:100%;height:100vh; z-index:10;}
.info {
	text-align: center; width:55vh; color:#34495e; margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
h1 {
	font-family: 'Roboto', sans-serif;font-weight: 900; text-align:center;font-size: 5vh; text-transform: uppercase;}
h2 {
	font-family: 'Roboto', sans-serif;font-weight: 400; text-align:center;font-size: 2vh; line-height: 3vh;padding-bottom: 2vh;}
a {
	color: #c0392b; text-decoration:none;}
