html,
body {
    width: 100%;
    height: 100%;
   	background-color: #ecf0f1;
    color:	#2c3e50;
}

body {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #27c667;
    color:	#ffffff;
}

.header h1 {
	font-size:	80px;
	text-transform: uppercase;
}

.left {
	position: fixed;
	background-color:#27c667;
	top: 0;
	bottom: 0;
	left:0;
	width: 5px;
}

footer	{
	background-color: #27c667;
	color:	#ffffff;
}

#error {
	font-size:	450px;
}