@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html {
	height: 100%;
}

body {
	background-image: url('footer_lodyas.png');
	font-family: 'Montserrat', sans-serif;
	max-width: 100%;
	height: 100%;
	margin: 0;
}

h1 {
	font-size: 10vw;
	color: #e6e6e6
}

#outer {
	width: 100%;
	height: 100%;
	display: table;
}

#inner {
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
	vertical-align: middle;
}